me
/
guix
Archived
1
0
Fork 0

gnu: xxHash: Update to 0.7.3.

* gnu/packages/digest.scm (xxhash): Update to 0.7.3.
master
Leo Famulari 2020-03-11 21:24:50 -04:00
parent 58363ee500
commit 4b5a0c0540
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
(define-public xxhash
(package
(name "xxhash")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method git-fetch)
@ -34,7 +34,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1f9gl0cymmi92ihsfan0p4zmyf2hxwx4arjimpbmbp719nbcvdsx"))))
(base32 "0bin0jch6lbzl4f8y052a7azfgq2n7iwqihzgqmcccv5vq4vcx5a"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags