summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-03-09 18:29:03 -0400
committerEfraim Flashner <efraim@flashner.co.il>2020-03-10 10:56:45 +0200
commit80b2825d95c6d43b7cc96257d21e5284f4874a96 (patch)
tree988cf5501d391a5e2496d76bbe29edb6dc1d34d8
parentba726ebc2d1e7df42edc061d168488791b15a497 (diff)
downloadpatches-80b2825d95c6d43b7cc96257d21e5284f4874a96.tar
patches-80b2825d95c6d43b7cc96257d21e5284f4874a96.tar.gz
gnu: git-annex: Update to 8.20200309.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200309. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/haskell-apps.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 521aaf5870..6005816260 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -269,14 +269,14 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
(define-public git-annex
(package
(name "git-annex")
- (version "8.20200226")
+ (version "8.20200309")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "09v80ni1w9z1im79lzrnpz7xlivwna44zqpwq4axwyd17cffqi9m"))))
+ (base32 "1yjb01jh5rccqg44nqh4iyxmbpkcpm6m82lnw7s0s2vizj8891p5"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags