GNU bug report logs - #44917
[PATCH] gnu: grokmirror: Update to 2.0.5.

Previous Next

Package: guix-patches;

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

Date: Sat, 28 Nov 2020 05:12:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Efraim Flashner <efraim <at> flashner.co.il>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#44917: closed ([PATCH] gnu: grokmirror: Update to 2.0.5.)
Date: Sun, 29 Nov 2020 19:31:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 29 Nov 2020 21:30:09 +0200
with message-id <X8P2wV/fZs28CtI5 <at> E5400>
and subject line Re: [bug#44917] [PATCH] gnu: grokmirror: Update to 2.0.5.
has caused the debbugs.gnu.org bug report #44917,
regarding [PATCH] gnu: grokmirror: Update to 2.0.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
44917: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44917
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kyle Meyer <kyle <at> kyleam.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: grokmirror: Update to 2.0.5.
Date: Sat, 28 Nov 2020 00:10:42 -0500
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.5.
[propagated-inputs]: Add python-packaging.
---
 gnu/packages/version-control.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 29de995665..c8d040b0d4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2278,7 +2278,7 @@ (define-public myrepos
 (define-public grokmirror
   (package
     (name "grokmirror")
-    (version "2.0.0")
+    (version "2.0.5")
     (source
      (origin
        (method git-fetch)
@@ -2288,7 +2288,7 @@ (define-public grokmirror
              (commit (string-append "v" version))))
        (file-name (string-append name "-" version "-checkout"))
        (sha256
-        (base32 "1cs43vf87x8x5k5ncgiwiclc92a1dvxpg2z6lh6psaiip808gylp"))))
+        (base32 "006ar3kc6fw1sq300ar9np4a63qzzsdama6cv30wh65v5mqw1mnv"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite
@@ -2303,7 +2303,8 @@ (define-public grokmirror
                          (find-files "." "\\.1$")))
              #t)))))
     (propagated-inputs
-     `(("python-requests" ,python-requests)))
+     `(("python-packaging" ,python-packaging)
+       ("python-requests" ,python-requests)))
     (home-page
      "https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git")
     (synopsis "Framework to smartly mirror git repositories")

base-commit: 1d63445168d0102adf08637ed3be4609a044c9e6
-- 
2.29.2.576.ga3fc446d84



[Message part 3 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Kyle Meyer <kyle <at> kyleam.com>
Cc: 44917-done <at> debbugs.gnu.org
Subject: Re: [bug#44917] [PATCH] gnu: grokmirror: Update to 2.0.5.
Date: Sun, 29 Nov 2020 21:30:09 +0200
[Message part 4 (text/plain, inline)]
Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 267 days ago.

Previous Next


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