summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-05-06 23:43:57 -0400
committerEfraim Flashner <efraim@flashner.co.il>2022-05-09 11:02:11 +0300
commit57a88a2cfe24d211ef9cbe425d92837126c2d5ff (patch)
tree8744a3698daa0c920e0f894741318be6504ba570
parent7bacea65acc10c16e51c2f78d0bd443206a861e4 (diff)
downloadguix-patches-57a88a2cfe24d211ef9cbe425d92837126c2d5ff.tar
guix-patches-57a88a2cfe24d211ef9cbe425d92837126c2d5ff.tar.gz
gnu: git-annex: Update to 10.20220504.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220504. 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 5c351fa981..f7ca3b324f 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "10.20220322")
+ (version "10.20220504")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"))))
+ (base32 "10pp58b7glwi1yckrij49d1iq99pc4dpkkbkb1qqiif9dr9672f3"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags