me
/
guix
Archived
1
0
Fork 0

gnu: git-annex: Update to 8.20200226.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200226.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
master
Kyle Meyer 2020-02-26 21:38:06 -05:00 committed by Jakub Kądziołka
parent 6c32e9b4dc
commit 0b61e1a096
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 2 additions and 2 deletions

View File

@ -269,14 +269,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.20200219") (version "8.20200226")
(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 "0pzwjh98jpirgssbd7pqfk7mzraibrk277dn34s2mrah8zy75b58")))) (base32 "09v80ni1w9z1im79lzrnpz7xlivwna44zqpwq4axwyd17cffqi9m"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags