diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-13 11:59:00 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:45 +0000 |
commit | 66c2875952b70709f99580f2a3c4db56c8997c28 (patch) | |
tree | a4cf90bd990b6398a9cb06a12c63f24e7aa1cec4 | |
parent | dc1b7e1828ba3f3aec3cdee9cb7976b6cc98bcf7 (diff) | |
download | guix-66c2875952b70709f99580f2a3c4db56c8997c28.tar.gz |
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
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9e0e8eff66..9ff46d23bb 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7682,7 +7682,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) @@ -7691,7 +7691,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")) |