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
This commit is contained in:
Sharlatan Hellseher 2024-09-13 11:59:00 +01:00
parent dc1b7e1828
commit 66c2875952
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7682,7 +7682,7 @@ (define-public go-github-com-google-shlex
(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 @@ (define-public go-github-com-google-btree
(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"))