mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: got: Update to 0.117.
* gnu/packages/version-control.scm (got): Update to 0.117. Change-Id: If8eaa90531cec48af62edc6ce971d537ccdddf8b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
bb5fc7a852
commit
7569a34bca
1 changed files with 2 additions and 2 deletions
|
|
@ -1143,7 +1143,7 @@ provides an integration with GitHub and GitLab.")
|
|||
(define-public got
|
||||
(package
|
||||
(name "got")
|
||||
(version "0.116")
|
||||
(version "0.117")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
|
@ -1152,7 +1152,7 @@ provides an integration with GitHub and GitLab.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zsdisaqv1q612a7jws9qd8n1gm9ilz5mnprkpgvdhc27gblm9p8"))))
|
||||
"0hf16g18z3nfn2rqpgj1wmyxalwfbvj4fgkmfjj9nx7mypbgylwd"))))
|
||||
(inputs
|
||||
(list libevent
|
||||
`(,util-linux "lib")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue