guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.


From: guix-commits
Subject: 05/09: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.
Date: Fri, 15 Mar 2024 20:03:55 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 2f0aba1fd47b5539d6d8577ccb67b9118a7b8635
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 29 08:15:46 2024 +0000

    gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.
    
    * gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile):
    Update to 1.0.1.
    
    Change-Id: Ie8c864dbc15b3aef3e4575337b940b625d6f9bbf
---
 gnu/packages/syncthing.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 744b857070..3612f16414 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -709,20 +709,18 @@ notification library in Go.")
       (license expat))))
 
 (define-public go-github-com-beorn7-perks-quantile
-  (let ((commit "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9")
-        (revision "0"))
     (package
       (name "go-github-com-beorn7-perks-quantile")
-      (version (git-version "0.0.0" revision commit))
+      (version "1.0.1")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                        (url "https://github.com/beorn7/perks";)
-                       (commit commit)))
+                       (commit (string-append "v" version))))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1hrybsql68xw57brzj805xx2mghydpdiysv3gbhr7f5wlxj2514y"))))
+                  "17n4yygjxa6p499dj3yaqzfww2g7528165cl13haj97hlx94dgl7"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/beorn7/perks/quantile"
@@ -732,7 +730,7 @@ notification library in Go.")
 approximate quantiles over an unbounded data stream within low memory and CPU
 bounds.")
       (home-page "https://github.com/beorn7/perks";)
-      (license expat))))
+      (license expat)))
 
 (define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil
   (let ((commit "c12348ce28de40eed0136aa2b644d0ee0650e56c")



reply via email to

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