[PATCH] gnu: grokmirror: Update to 2.0.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Kyle Meyer
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 4 years ago
(address . guix-patches@gnu.org)
20201128051042.29497-1-kyle@kyleam.com
* 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(-)

Toggle diff (36 lines)
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
Efraim Flashner wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 44917-done@debbugs.gnu.org)
X8P2wV/fZs28CtI5@E5400
Thanks. Patch pushed.

--
Efraim Flashner <efraim@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/D9sEACgkQQarn3Mo9
g1HW4Q//WzWGjcFhpbtdvNnnaqBgs8nsANsFZHkkXRurutqbVfTyexYibfmKmdMT
hjhJMaGi2Fr+dezL7lun67MvIEyhL05s8IjlTqszEkrrPHQnGs2d60BQGm0AqvYP
FS3KR8tyQVMAN/Txw9LRcEr2Gx9wsLIcsCCdMSfIYjEe/IKkBxIIxlEr+np+JmbE
q93pvmafTYYUk5QRNDW0JNyFb+yhffNG3A7X5FvSi6u+CNA5/CvMwGfkIupi0Ec8
OLKQ5bWXmRlhx1VLQ8TebH9AFtTD2le4HAwl7Ru1wJ4Sqlz1BYvs26Dhdn2QesnW
zRe4LZAStZx8qIihRk9QrKAXaRwWJ8oJ62VICLXSY3Fi2VLCS68lFYFbxlo1qa6U
oENYEDm4uAy1unu5Tx1PcaSJfzUQXaZNJX3oc2vVKSSN5DlNBmVTNw+IaYSNNLUs
rVdx+AbHLK3NcsPygDEH3XO0+bCjQJQnwzQJrUnmAwVVIFZdD9YDnBUHXMXteJoQ
BCMh2aP+oV+LFNvUR7n9g1TiWOJ1NCd57ZEY+MzeATTz4Ixo9EkdDHGGfnx2Uw2P
9GXFPx+9ZA6n1sJq6jy7LwWRgxMOUW66jjGicHmtUvo4X5f7wxyB88fcBNppidZT
i4ghV9+sSfAMOgZyOj2omNGNVF0ipT/kFoFFrT/Dm/37cYoMO4k=
=m/I9
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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