* [bug#44917] [PATCH] gnu: grokmirror: Update to 2.0.5.
@ 2020-11-28 5:10 Kyle Meyer
2020-11-29 19:30 ` bug#44917: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2020-11-28 5:10 UTC (permalink / raw)
To: 44917
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44917: [PATCH] gnu: grokmirror: Update to 2.0.5.
2020-11-28 5:10 [bug#44917] [PATCH] gnu: grokmirror: Update to 2.0.5 Kyle Meyer
@ 2020-11-29 19:30 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-11-29 19:30 UTC (permalink / raw)
To: Kyle Meyer; +Cc: 44917-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-29 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-28 5:10 [bug#44917] [PATCH] gnu: grokmirror: Update to 2.0.5 Kyle Meyer
2020-11-29 19:30 ` bug#44917: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).