GNU bug report logs -
#78048
[PATCH] gnu: got: Update to 0.111.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Thu, 24 Apr 2025 19:55:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/version-control.scm (got): Update to 0.111.
Change-Id: Ic39e4a5714dc92fc5a625e5ceaea83b3fc861aac
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d9e7dd249f..ade152f69f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1195,7 +1195,7 @@ (define-public git-spice
(define-public got
(package
(name "got")
- (version "0.110")
+ (version "0.111")
(source (origin
(method url-fetch)
(uri
@@ -1204,7 +1204,7 @@ (define-public got
version ".tar.gz"))
(sha256
(base32
- "0a8xcqqw09bddzgqqg1mrwqp36fqsf2zfvz7lqv55y770l9f8d9n"))))
+ "1kkqv2lrd6wwjgsb02bgw5nqlkxrq90rdbzv486xs057j5pgg5nh"))))
(inputs
(list libevent
`(,util-linux "lib")
base-commit: 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f
--
2.49.0
This bug report was last modified 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.