3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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
(package
(name "git-annex")
(version "7.20191009")
(version "7.20191017")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32
"10ycvjl9b3aa81zdz239ngjbbambfjrzds1a23wdlbjkn12nsg4g"))))
(base32 "1ydccqqn8v9jns25r6cyz6nd9w80x9wgw85x1v0z6mhv00l2ifp0"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags