Skip to content
Snippets Groups Projects
Unverified Commit d978c1cf authored by Xinglu Chen's avatar Xinglu Chen Committed by Efraim Flashner
Browse files

gnu: grokmirror: Update to 2.0.8.


* gnu/packages/version-control.scm (grokmirror): Update to 2.0.8.

Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
parent aed51ece
No related branches found
No related tags found
No related merge requests found
...@@ -2330,7 +2330,7 @@ (define-public myrepos ...@@ -2330,7 +2330,7 @@ (define-public myrepos
(define-public grokmirror (define-public grokmirror
(package (package
(name "grokmirror") (name "grokmirror")
(version "2.0.5") (version "2.0.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -2340,7 +2340,7 @@ (define-public grokmirror ...@@ -2340,7 +2340,7 @@ (define-public grokmirror
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 "006ar3kc6fw1sq300ar9np4a63qzzsdama6cv30wh65v5mqw1mnv")))) (base32 "0zfiwjw02df3mzpawp9jx61iwp0nhcf6y03cs8022l0hkvc7blbr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment