1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Ashish SHUKLA
2025-05-21 07:49:04 +00:00
committed by Christopher Baines
parent 7c6945330c
commit 7f30a208bb

View File

@@ -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")