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

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Leo Famulari
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 4 years ago
(address . guix-patches@gnu.org)
20201107020450.4485-1-kyle@kyleam.com
* 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(-)

Toggle diff (25 lines)
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
Leo Famulari wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 44497@debbugs.gnu.org)
20201108193142.GA24185@jasmine.lan
On Fri, Nov 06, 2020 at 09:04:50PM -0500, Kyle Meyer wrote:
Toggle quote (2 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201103.

Thanks! Pushed as 458a78b927c48c8915a8e76f77373775bd7abe00
Leo Famulari wrote 4 years ago
(no subject)
(address . control@debbugs.gnu.org)
20201108193159.GB24185@jasmine.lan
close 44497
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44497@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44497
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help