mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-logr-logr: Update to 1.4.2.
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-logr): Update to 1.4.2. Change-Id: Idf6d8fccd9b85bfb9d4d4b60b640bdb43f16f22f
This commit is contained in:
parent
1023d1a842
commit
8509c5e659
1 changed files with 2 additions and 2 deletions
|
@ -2951,7 +2951,7 @@ logging.")
|
||||||
(define-public go-github-com-go-logr-logr
|
(define-public go-github-com-go-logr-logr
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-go-logr-logr")
|
(name "go-github-com-go-logr-logr")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2960,7 +2960,7 @@ logging.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x0q9jkk2p5pz4lii1qs8ifnsib4ib5s8pigmjwdmagl976g8nhm"))))
|
(base32 "03agibg7i25ppjak1yv4qzvbrv871qnfkmfy17did0h9ml7xh2nx"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue