mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: got: Update to 0.112.
* gnu/packages/version-control.scm (got): Update to 0.112. Change-Id: I9b6c8c2c81f77b5cae78a106b9b8e5e0bfa1463d Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
7c6945330c
commit
7f30a208bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1196,7 +1196,7 @@ provides an integration with GitHub and GitLab.")
|
|||
(define-public got
|
||||
(package
|
||||
(name "got")
|
||||
(version "0.111")
|
||||
(version "0.112")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
|
@ -1205,7 +1205,7 @@ provides an integration with GitHub and GitLab.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kkqv2lrd6wwjgsb02bgw5nqlkxrq90rdbzv486xs057j5pgg5nh"))))
|
||||
"12gx59ki610a9iydscg9jf3m7qcnyx34wmsah26by4hix57njdp3"))))
|
||||
(inputs
|
||||
(list libevent
|
||||
`(,util-linux "lib")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue