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

  • 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)
20210224013843.7464-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223.
---
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 16531cf290..7464d94356 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -340,14 +340,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20210127")
+ (version "8.20210223")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3"))))
+ (base32 "07wxf44pdh9d1pxqympgyfbkk8vk0pqbgxma0mkadlkdr6c9z832"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: c418c6b64cbfa7a4eb1bfb7d02a99083103dd40e
--
2.30.1.823.g0a3b79fd18
Leo Famulari wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 46738-done@debbugs.gnu.org)
YDZ5/KiCtyTYSt0R@jasmine.lan
On Tue, Feb 23, 2021 at 08:38:43PM -0500, Kyle Meyer wrote:
Toggle quote (2 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223.

Thanks! Pushed as 4354e2ed2bbf11aeabfcc7105b9bc7b431d28b93
Closed
?
Your comment

This issue is archived.

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

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