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.
This commit is contained in:
parent
9ef07337fd
commit
720420e38e
1 changed files with 3 additions and 3 deletions
|
@ -750,8 +750,8 @@ support for low-level interaction with the operating system.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-golang-org-x-time
|
(define-public go-golang-org-x-time
|
||||||
(let ((commit "6dc17368e09b0e8634d71cac8168d853e869a0c7")
|
(let ((commit "9d24e82272b4f38b78bc8cff74fa936d31ccd8ef")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-time")
|
(name "go-golang-org-x-time")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fx4cf5fpdz00g3c7vxzy92hdcg0vh4yqw00qp5s52j72qixynbk"))))
|
"1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/time"
|
`(#:import-path "golang.org/x/time"
|
||||||
|
|
Reference in a new issue