mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: got: Update to 0.118.1.
* gnu/package/version-control.scm (got): Update to 0.118.1. Change-Id: Icb062e51c537d5415cd3d296ab4654a59ca18c22
This commit is contained in:
parent
03fbb4850f
commit
e103c2dca7
1 changed files with 2 additions and 2 deletions
|
|
@ -1122,7 +1122,7 @@ provides an integration with GitHub and GitLab.")
|
|||
(define-public got
|
||||
(package
|
||||
(name "got")
|
||||
(version "0.117")
|
||||
(version "0.118.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
|
@ -1131,7 +1131,7 @@ provides an integration with GitHub and GitLab.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hf16g18z3nfn2rqpgj1wmyxalwfbvj4fgkmfjj9nx7mypbgylwd"))))
|
||||
"0l56kfq5r9nb4046n63cv1agwjgdggzi31q76p2sjvyy3rwkihbp"))))
|
||||
(inputs
|
||||
(list libevent
|
||||
`(,util-linux "lib")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue