guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/88: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-2017041208570


From: guix-commits
Subject: 43/88: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436.
Date: Fri, 6 Dec 2024 16:17:25 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit af1cfa057a1329bb7a8351b04bd61bd7e3653a7a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 20:28:58 2024 +0000

    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
---
 gnu/packages/golang.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4c0ca2557d..e845025df8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2413,16 +2413,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
@@ -2436,7 +2434,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]