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

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Kyle Meyer
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)
20200501224002.31761-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200501.
---
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 d12d113945..4785ebaca3 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -341,14 +341,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20200330")
+ (version "8.20200501")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0xy0ld7kr4cfdl4g4yzvrzl5r60dcj33cxm28a4qz6nqm2yhd4sv"))))
+ (base32 "19rggaymvqy7r61n2rl2nigwdi2hzq5l1afcd5l0k1vbacwgq4jl"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: ecd56cd1b223733c3ec04043fec245acf4c1cdb8
--
2.26.2
宋文武 wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 41014-done@debbugs.gnu.org)
87ees36ja1.fsf@member.fsf.org
Kyle Meyer <kyle@kyleam.com> writes:

Toggle quote (2 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200501.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

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

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