guix-commits
[Top][All Lists]
Advanced

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

73/169: gnu: go-github-com-google-btree: Update to 1.1.3.


From: guix-commits
Subject: 73/169: gnu: go-github-com-google-btree: Update to 1.1.3.
Date: Thu, 26 Sep 2024 09:25:42 -0400 (EDT)

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

commit 8ce77d6cd9d8b03529015bb147e045d3760b8566
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 11:59:00 2024 +0100

    gnu: go-github-com-google-btree: Update to 1.1.3.
    
    * gnu/packages/golang.scm (go-github-com-google-btree): Update to 1.1.3.
    
    Change-Id: I958a903b01ed1f30071bd122f5585f6abf8dc921
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 991b80beea..847d6e2ccf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7655,7 +7655,7 @@ using shell-style rules for quoting and commenting.")
 (define-public go-github-com-google-btree
   (package
     (name "go-github-com-google-btree")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
      (origin
        (method git-fetch)
@@ -7664,7 +7664,7 @@ using shell-style rules for quoting and commenting.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cqa8ck26p3wqz877hcvmfss17xm8wcbwd68shxv795ppahpdd9b"))))
+        (base32 "1k3jfj24sp4qk494wxj055vf5fjwskiydscy4a42s5jiwgcjr9gz"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/google/btree"))



reply via email to

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