mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: grokmirror: Update to 2.0.8.
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
aed51ecea8
commit
d978c1cfeb
1 changed files with 2 additions and 2 deletions
|
@ -2330,7 +2330,7 @@ (define-public myrepos
|
|||
(define-public grokmirror
|
||||
(package
|
||||
(name "grokmirror")
|
||||
(version "2.0.5")
|
||||
(version "2.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2340,7 +2340,7 @@ (define-public grokmirror
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32 "006ar3kc6fw1sq300ar9np4a63qzzsdama6cv30wh65v5mqw1mnv"))))
|
||||
(base32 "0zfiwjw02df3mzpawp9jx61iwp0nhcf6y03cs8022l0hkvc7blbr"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue