mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +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:
parent
6a156d3d68
commit
d23e9c8be0
1 changed files with 3 additions and 5 deletions
|
@ -2414,16 +2414,14 @@ your Go binary to be later served from an http.FileSystem.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-alsm-ioprogress
|
(define-public go-github-com-alsm-ioprogress
|
||||||
(let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-alsm-ioprogress")
|
(name "go-github-com-alsm-ioprogress")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20170412085706-063c3725f436")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alsm/ioprogress")
|
(url "https://github.com/alsm/ioprogress")
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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
|
case for these are for command-line applications but alternate progress bar
|
||||||
writers can be supplied for alternate environments.")
|
writers can be supplied for alternate environments.")
|
||||||
(home-page "https://github.com/alsm/ioprogress")
|
(home-page "https://github.com/alsm/ioprogress")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gizak-termui
|
(define-public go-github-com-gizak-termui
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue