summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-apps.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-25 06:39:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-25 07:01:07 +0200
commit6caa7392d8e51f5ef26e9efaa867ca5f9e1cac91 (patch)
treed54599c762b7aba65d364445ccb949dc65f6a601 /gnu/packages/haskell-apps.scm
parent57ea822c431bafefabb7760f9bfff97b0dd14493 (diff)
downloadguix-patches-6caa7392d8e51f5ef26e9efaa867ca5f9e1cac91.tar
guix-patches-6caa7392d8e51f5ef26e9efaa867ca5f9e1cac91.tar.gz
gnu: git-annex: Update to 7.20191017.
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191017.
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
-rw-r--r--gnu/packages/haskell-apps.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 13d228b856..eb23b9c44d 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -245,15 +245,14 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
(define-public git-annex
(package
(name "git-annex")
- (version "7.20191009")
+ (version "7.20191017")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32
- "10ycvjl9b3aa81zdz239ngjbbambfjrzds1a23wdlbjkn12nsg4g"))))
+ (base32 "1ydccqqn8v9jns25r6cyz6nd9w80x9wgw85x1v0z6mhv00l2ifp0"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags