diff mbox series

[bug#43854] gnu: git-annex: Update to 8.20201007.

Message ID 20201007204946.22878-1-kyle@kyleam.com
State Accepted
Headers show
Series [bug#43854] gnu: git-annex: Update to 8.20201007. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Kyle Meyer Oct. 7, 2020, 8:49 p.m. UTC
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007.
---
 gnu/packages/haskell-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Marius Bakke Oct. 13, 2020, 8:43 p.m. UTC | #1
Kyle Meyer <kyle@kyleam.com> writes:

> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007.

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 07bf26669b..6c1ecb4ba3 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -339,14 +339,14 @@  (define-public ghcid
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "8.20200908")
+    (version "8.20201007")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/"
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1113inl10f4m0699ba2zglaqlfqvwhqjkqg6r6m1d5rqv5brswb1"))))
+        (base32 "0v11yc4kkxnzvwqry277dpjwlavinrjiagfw0ayhrfwd703j1y8a"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags