mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gitolite: Update to 3.6.13.
* gnu/packages/version-control.scm (gitolite): Update to 3.6.13.
This commit is contained in:
parent
6984151a83
commit
8b13984fac
1 changed files with 3 additions and 3 deletions
|
@ -1519,7 +1519,7 @@ (define* (make-gitolite #:optional (extra-inputs '()))
|
|||
wrappers, to be used for optional gitolite extensions."
|
||||
(package
|
||||
(name "gitolite")
|
||||
(version "3.6.12")
|
||||
(version "3.6.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1528,10 +1528,10 @@ (define* (make-gitolite #:optional (extra-inputs '()))
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05xw1pmagvkrbzga5pgl3xk9qyc6b5x73f842454f3w9ijspa8zy"))))
|
||||
(base32 "0lp4hi8pfg7k0fk0l8wzs8hxp1aspzv78nkafdbbq8m9lzwnwl7x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no tests
|
||||
(list #:tests? #f ; no tests
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Loading…
Reference in a new issue