diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-06 21:04:50 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-11-08 14:31:00 -0500 |
commit | 458a78b927c48c8915a8e76f77373775bd7abe00 (patch) | |
tree | 3caa9ed2aedc2962642bf34c8b16b4eb972c61f4 | |
parent | c547efe7dc1aefda7b027b4d9b9890daee33f47e (diff) | |
download | guix-458a78b927c48c8915a8e76f77373775bd7abe00.tar.gz guix-458a78b927c48c8915a8e76f77373775bd7abe00.zip |
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>
-rw-r--r-- | gnu/packages/haskell-apps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index da1bd2128c..1339536954 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -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 |