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:
Ashish SHUKLA 2025-04-24 21:53:41 +02:00 committed by Christopher Baines
parent e25352a0c3
commit 565942d8e8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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