guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44497] [PATCH] gnu: git-annex: Update to 8.20201103.


From: Kyle Meyer
Subject: [bug#44497] [PATCH] gnu: git-annex: Update to 8.20201103.
Date: Fri, 6 Nov 2020 21:04:50 -0500

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201103.
---
   Note that this doesn't build deterministically (bug#43843), but the
   underlying issue should be resolved by 19d42e0e23 (build-system/haskell:
   Disable parallel builds, 2020-10-18), which is in the staging branch.

 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 da1bd2128c..1339536954 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.20201007")
+    (version "8.20201103")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "0v11yc4kkxnzvwqry277dpjwlavinrjiagfw0ayhrfwd703j1y8a"))))
+        (base32 "1z9ikpsz3by48yfw87qav5dy7j4k9ky4a7nqnasl15kdm3lav9pl"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags

base-commit: 7b18ade5f0d135b465502369ed9c5b2779758750
-- 
2.29.2.299.gdc1121823c






reply via email to

[Prev in Thread] Current Thread [Next in Thread]