From: Kyle Meyer Date: Thu, 20 Feb 2020 20:31:57 +0000 (-0500) Subject: gnu: git-annex: Update to 7.20200219. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/d4160848a06a390d6d5df9b8506cd796ad1326aa gnu: git-annex: Update to 7.20200219. * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219. Signed-off-by: Leo Famulari --- diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 3cf6eeafee..6423b910f2 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