3
4
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 8.20201103.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Kyle Meyer 2020-11-06 21:04:50 -05:00 committed by Leo Famulari
parent c547efe7dc
commit 458a78b927
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -339,14 +339,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
(version "8.20201007")
(version "8.20201103")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "0v11yc4kkxnzvwqry277dpjwlavinrjiagfw0ayhrfwd703j1y8a"))))
(base32 "1z9ikpsz3by48yfw87qav5dy7j4k9ky4a7nqnasl15kdm3lav9pl"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags