mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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:
parent
8c3caf9c5d
commit
28af475358
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue