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

  • 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 5 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20200220203157.22414-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219.
---
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 3cf6eeafee..6423b910f2 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -270,14 +270,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
- (version "7.20200202.7")
+ (version "7.20200219")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1dj1ss7kp82wa0ybilhl88q6w49rj70qh61k2q8qfyx4ghliiigh"))))
+ (base32 "0pzwjh98jpirgssbd7pqfk7mzraibrk277dn34s2mrah8zy75b58"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: bf8dfe3df025e4ac80cccb87497b4f072ba10e2a
--
2.25.0
Leo Famulari wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 39701-done@debbugs.gnu.org)
20200220213256.GA10578@jasmine.lan
On Thu, Feb 20, 2020 at 03:31:57PM -0500, Kyle Meyer wrote:
Toggle quote (2 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200219.

Thanks! Pushed as d4160848a06a390d6d5df9b8506cd796ad1326aa
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 39701
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