1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436.

* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): Update to 0.0.0-20170412085706-063c3725f436.

Change-Id: Ic0c5f0e49044c3e0f4f7edebe841dcc303d74842
This commit is contained in:
Sharlatan Hellseher 2024-11-24 20:28:58 +00:00
parent 6a156d3d68
commit d23e9c8be0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2414,16 +2414,14 @@ your Go binary to be later served from an http.FileSystem.")
(license license:asl2.0)))
(define-public go-github-com-alsm-ioprogress
(let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5")
(revision "0"))
(package
(name "go-github-com-alsm-ioprogress")
(version (git-version "0.0.0" revision commit))
(version "0.0.0-20170412085706-063c3725f436")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alsm/ioprogress")
(commit commit)))
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
@ -2437,7 +2435,7 @@ your Go binary to be later served from an http.FileSystem.")
case for these are for command-line applications but alternate progress bar
writers can be supplied for alternate environments.")
(home-page "https://github.com/alsm/ioprogress")
(license license:expat))))
(license license:expat)))
(define-public go-github-com-gizak-termui
(package