[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: git-annex: Update to 7.20200219.
From: |
guix-commits |
Subject: |
02/02: gnu: git-annex: Update to 7.20200219. |
Date: |
Thu, 20 Feb 2020 16:30:47 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit d4160848a06a390d6d5df9b8506cd796ad1326aa
Author: Kyle Meyer <address@hidden>
AuthorDate: Thu Feb 20 15:31:57 2020 -0500
gnu: git-annex: Update to 7.20200219.
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 3cf6eea..6423b91 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -270,14 +270,14 @@ unique algebra of patches called
@url{http://darcs.net/Theory,Patchtheory}.
(define-public git-annex
(package
(name "git-annex")
- (version "7.20200202.7")
+ (version "7.20200219")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1dj1ss7kp82wa0ybilhl88q6w49rj70qh61k2q8qfyx4ghliiigh"))))
+ (base32 "0pzwjh98jpirgssbd7pqfk7mzraibrk277dn34s2mrah8zy75b58"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags