1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: go-github-com-juju-ansiterm: Update to 1.0.0.

* gnu/packages/golang.scm (go-github-com-juju-ansiterm): Update to 1.0.0.

Change-Id: Ic5a33f16ea60f177de5bae616d2bf841121d2983
This commit is contained in:
Sharlatan Hellseher 2024-12-29 21:48:31 +00:00
parent 8112331bf0
commit f12d7824a1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4239,13 +4239,13 @@ that might only rarely be reached.")
(define-public go-github-com-juju-ansiterm
(package
(name "go-github-com-juju-ansiterm")
(version "0.0.0-20210929141451-8b71cc96ebdc")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/juju/ansiterm")
(commit (go-version->git-ref version))))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "05mk7mlvg11dd6b0j0wlq547ghbmx2ywwrlbcb4kddpg7qaqp1va"))))