gnu: grokmirror: Update to 2.0.5.

* gnu/packages/version-control.scm (grokmirror): Update to 2.0.5.
[propagated-inputs]: Add python-packaging.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2020-11-28 00:10:42 -05:00 committed by Efraim Flashner
parent 8c3caf9c5d
commit 28af475358
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")