mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: go-github-com-chmduquesne-rollinghash: Update to 4.0.0-1.9a5199b.
* gnu/packages/golang-crypto.scm (go-github-com-chmduquesne-rollinghash): Update to 4.0.0-1.9a5199b. Change-Id: I24d00040c7d04513d9b15b99fbcf02c29f1f5d23
This commit is contained in:
parent
f09654259f
commit
bd7042bf31
1 changed files with 3 additions and 3 deletions
|
@ -322,8 +322,8 @@ (define-public go-github-com-cespare-xxhash
|
|||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-chmduquesne-rollinghash
|
||||
(let ((commit "a60f8e7142b536ea61bb5d84014171189eeaaa81")
|
||||
(revision "0"))
|
||||
(let ((commit "9a5199be7309f50c496efc87d29bd08788605ae7")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-github-com-chmduquesne-rollinghash")
|
||||
(version (git-version "4.0.0" revision commit))
|
||||
|
@ -335,7 +335,7 @@ (define-public go-github-com-chmduquesne-rollinghash
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fpaqq4zb0wikgbhn7vwqqj1h865f5xy195vkhivsp922p7qwsjr"))))
|
||||
(base32 "1gkdgsgrmwagwyp4lmd4k11mbwi8f1yw9c9rhnkmav87gy1k84jr"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue