mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: got: Update to 0.111.
* gnu/packages/version-control.scm (got): Update to 0.111. Change-Id: Ic39e4a5714dc92fc5a625e5ceaea83b3fc861aac Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
e25352a0c3
commit
565942d8e8
1 changed files with 2 additions and 2 deletions
|
@ -1195,7 +1195,7 @@ provides an integration with GitHub and GitLab.")
|
||||||
(define-public got
|
(define-public got
|
||||||
(package
|
(package
|
||||||
(name "got")
|
(name "got")
|
||||||
(version "0.110")
|
(version "0.111")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1204,7 +1204,7 @@ provides an integration with GitHub and GitLab.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a8xcqqw09bddzgqqg1mrwqp36fqsf2zfvz7lqv55y770l9f8d9n"))))
|
"1kkqv2lrd6wwjgsb02bgw5nqlkxrq90rdbzv486xs057j5pgg5nh"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list libevent
|
(list libevent
|
||||||
`(,util-linux "lib")
|
`(,util-linux "lib")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue