gnu: git-annex: Update to 7.20200219.
authorKyle Meyer <kyle@kyleam.com>
Thu, 20 Feb 2020 20:31:57 +0000 (15:31 -0500)
committerLeo Famulari <leo@famulari.name>
Thu, 20 Feb 2020 21:30:29 +0000 (16:30 -0500)
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/haskell-apps.scm

index 3cf6eea..6423b91 100644 (file)
@@ -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