1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: go-github-com-savsgio-gotils: Update to 0.0.0-20240704082632-aef3928b8a38.

* gnu/packages/golang.scm (go-github-com-savsgio-gotils): Update to 0.0.0-20240704082632-aef3928b8a38.

Change-Id: Id7b295adb9ee217773f15e9b479a0c687345e090
This commit is contained in:
Sharlatan Hellseher 2024-12-29 21:59:23 +00:00
parent 5263f38b29
commit c749bc77a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1420,20 +1420,18 @@ configuration file.")
(license license:isc))) (license license:isc)))
(define-public go-github-com-savsgio-gotils (define-public go-github-com-savsgio-gotils
(let ((commit "52f3993e8d6d2629f18e7b7383b7f54a3d3f1d1f")
(revision "0"))
(package (package
(name "go-github-com-savsgio-gotils") (name "go-github-com-savsgio-gotils")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20240704082632-aef3928b8a38")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/savsgio/gotils") (url "https://github.com/savsgio/gotils")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qr7i62h53frcig26vj027r2hn9zxsjzd7113wvbxy7qpprjjbjb")))) (base32 "0s3xsq4wy2xi17wq0kzw2zszj9vwndzvvmkx7pp7crx8k43x16ll"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -1446,7 +1444,7 @@ configuration file.")
(synopsis "Golang utilities") (synopsis "Golang utilities")
(description (description
"Golang utilities to make your life easier with zero allocations.") "Golang utilities to make your life easier with zero allocations.")
(license license:asl2.0)))) (license license:asl2.0)))
(define-public go-github-com-mufti1-interconv (define-public go-github-com-mufti1-interconv
(let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c") (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c")