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

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Mathieu Othacehe
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)
20191107150350.31453-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106.
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 0fab912f4f..361ab9f5fc 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -247,14 +247,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
- (version "7.20191024")
+ (version "7.20191106")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "11n0wvw7i1rgrsmm2wkv01rfa0azgaw1ib7jbmy4fyg9pw0s27y1"))))
+ (base32 "1zvs011vqwyjk1xgz1c8gflih9903rjqg3l5km15p45lny8y8j4b"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
--
2.24.0
Mathieu Othacehe wrote 5 years ago
(address . guix-patches@gnu.org)
87bltnbqyz.fsf@gmail.com
LGTM, pushed!

Mathieu
?
Your comment

This issue is archived.

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

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