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
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

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