diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-12 16:57:40 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-13 19:44:26 -0500 |
commit | 720420e38ec6fcde4f374a47abdbd27b58ebf225 (patch) | |
tree | 445ce3825f87d19264d2c2d77c9b35e52434d303 /gnu/packages/golang.scm | |
parent | 9ef07337fd0d7279714354eb3ffd70de2730dac1 (diff) |
gnu: go-golang-org-x-time: Update to 0.0.0-2.9d24e82.
* gnu/packages/golang.scm (go-golang-org-x-time): Update to 0.0.0-2.9d24e82.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index d31385b324..b3bcb06456 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -750,8 +750,8 @@ support for low-level interaction with the operating system.") (license license:bsd-3))) (define-public go-golang-org-x-time - (let ((commit "6dc17368e09b0e8634d71cac8168d853e869a0c7") - (revision "1")) + (let ((commit "9d24e82272b4f38b78bc8cff74fa936d31ccd8ef") + (revision "2")) (package (name "go-golang-org-x-time") (version (git-version "0.0.0" revision commit)) @@ -763,7 +763,7 @@ support for low-level interaction with the operating system.") (file-name (git-file-name name version)) (sha256 (base32 - "1fx4cf5fpdz00g3c7vxzy92hdcg0vh4yqw00qp5s52j72qixynbk")))) + "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) (build-system go-build-system) (arguments `(#:import-path "golang.org/x/time" |