unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44497] [PATCH] gnu: git-annex: Update to 8.20201103.
@ 2020-11-07  2:04 Kyle Meyer
  2020-11-08 19:31 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2020-11-07  2:04 UTC (permalink / raw)
  To: 44497

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#44497] [PATCH] gnu: git-annex: Update to 8.20201103.
  2020-11-07  2:04 [bug#44497] [PATCH] gnu: git-annex: Update to 8.20201103 Kyle Meyer
@ 2020-11-08 19:31 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-11-08 19:31 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: 44497

On Fri, Nov 06, 2020 at 09:04:50PM -0500, Kyle Meyer wrote:
> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201103.

Thanks! Pushed as 458a78b927c48c8915a8e76f77373775bd7abe00




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-08 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07  2:04 [bug#44497] [PATCH] gnu: git-annex: Update to 8.20201103 Kyle Meyer
2020-11-08 19:31 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).