mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: grokmirror: Update to 2.0.11.
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: Don’t return #t. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bedcba8f5c
commit
885c46a7e5
1 changed files with 3 additions and 4 deletions
|
@ -2465,7 +2465,7 @@ (define-public myrepos
|
|||
(define-public grokmirror
|
||||
(package
|
||||
(name "grokmirror")
|
||||
(version "2.0.8")
|
||||
(version "2.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2475,7 +2475,7 @@ (define-public grokmirror
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32 "0zfiwjw02df3mzpawp9jx61iwp0nhcf6y03cs8022l0hkvc7blbr"))))
|
||||
(base32 "0c6nnfzzyl247r1dcjnsyx16d34nyra9ikjjhi0xzlrbiwnb0w32"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test suite
|
||||
|
@ -2487,8 +2487,7 @@ (define-public grokmirror
|
|||
"/man/man1/")))
|
||||
(mkdir-p man)
|
||||
(for-each (lambda (file) (install-file file man))
|
||||
(find-files "." "\\.1$")))
|
||||
#t)))))
|
||||
(find-files "." "\\.1$"))))))))
|
||||
(propagated-inputs
|
||||
`(("python-packaging" ,python-packaging)
|
||||
("python-requests" ,python-requests)))
|
||||
|
|
Loading…
Reference in a new issue