GNU bug report logs - #38215
[PATCH] gnu: git-annex: Update to 7.20191114.

Previous Next

Package: guix-patches;

Reported by: Kyle Meyer <kyle <at> kyleam.com>

Date: Fri, 15 Nov 2019 04:07:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kyle Meyer <kyle <at> kyleam.com>
Subject: bug#38215: closed (Re: [bug#38215] [PATCH] gnu: git-annex: Update
 to 7.20191114.)
Date: Fri, 15 Nov 2019 14:45:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#38215: [PATCH] gnu: git-annex: Update to 7.20191114.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38215 <at> debbugs.gnu.org.

-- 
38215: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38215
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kyle Meyer <kyle <at> kyleam.com>, 38215-done <at> debbugs.gnu.org
Subject: Re: [bug#38215] [PATCH] gnu: git-annex: Update to 7.20191114.
Date: Fri, 15 Nov 2019 15:44:26 +0100
Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Kyle Meyer <kyle <at> kyleam.com>
To: guix-patches <at> gnu.org
Cc: Kyle Meyer <kyle <at> kyleam.com>
Subject: [PATCH] gnu: git-annex: Update to 7.20191114.
Date: Thu, 14 Nov 2019 23:06:31 -0500
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191114.
---
 gnu/packages/haskell-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 7d798cac79..eac07ca9b8 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.20191106")
+    (version "7.20191114")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/"
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1zvs011vqwyjk1xgz1c8gflih9903rjqg3l5km15p45lny8y8j4b"))))
+        (base32 "1afrn5g3b80f3n6ncfph6pmf9jdpc7a6ay55k2pmkn96pyv4hfmm"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags
-- 
2.24.0




This bug report was last modified 5 years and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.