3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2024-12-29 11:46:06 +01:00

gnu: git-annex: Update to 7.20191017.

* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191017.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-25 06:39:19 +02:00
parent 57ea822c43
commit 6caa7392d8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -245,15 +245,14 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
(define-public git-annex (define-public git-annex
(package (package
(name "git-annex") (name "git-annex")
(version "7.20191009") (version "7.20191017")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz")) "git-annex/git-annex-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1ydccqqn8v9jns25r6cyz6nd9w80x9wgw85x1v0z6mhv00l2ifp0"))))
"10ycvjl9b3aa81zdz239ngjbbambfjrzds1a23wdlbjkn12nsg4g"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags