gnu: git-annex: Update to 8.20200810.
authorKyle Meyer <kyle@kyleam.com>
Tue, 11 Aug 2020 13:53:39 +0000 (09:53 -0400)
committerMathieu Othacehe <othacehe@gnu.org>
Thu, 13 Aug 2020 08:36:39 +0000 (10:36 +0200)
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200810.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu/packages/haskell-apps.scm

index 4c8bf40..c70f173 100644 (file)
@@ -341,14 +341,14 @@ to @code{cabal repl}).")
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "8.20200720.1")
+    (version "8.20200810")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/"
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "0g4wlfkwr9w21hvdywc7sk077rxlnigdr4m4yz41rc0s2nbjc9fn"))))
+        (base32 "1wy6ckcf5f6m94gakg1504h1zryail3mmj85sglq03s45vawjcg6"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags