aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2024-08-07 07:45:55 +0200
committerjgart <jgart@dismail.de>2024-08-07 22:31:58 -0500
commit2ac20ec8587e507783abf2270e13279ae24764d6 (patch)
tree5161353bb7950e57ac1c1853a77c65b8cbbe4f00 /gnu
parent2b0f3b4e94e208da845350f47ea3a3fca83f35e9 (diff)
downloadguix-2ac20ec8587e507783abf2270e13279ae24764d6.tar.gz
guix-2ac20ec8587e507783abf2270e13279ae24764d6.zip
gnu: go-git-sr-ht-emersion-go-scfg: Update to 0.0.0-20240128091534-2ae16e782082.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-scfg): Update to 0.0.0-20240128091534-2ae16e782082. Change-Id: I15b3bd2f1b58689e5fda5140349ef22511e439a1 Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6560f43578..b7eccae55a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -229,7 +229,7 @@ a human-readable byte format.")
(define-public go-git-sr-ht-emersion-go-scfg
(package
(name "go-git-sr-ht-emersion-go-scfg")
- (version "0.0.0-20211215104734-c2c7a15d6c99")
+ (version "0.0.0-20240128091534-2ae16e782082")
(source
(origin
(method git-fetch)
@@ -238,7 +238,7 @@ a human-readable byte format.")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02gn8hz8zfv8y0krysx2wv951gw8hmhdfqf1ysidwm7i293365w4"))))
+ (base32 "1gxhg40q4md3lj1wrrnms0jhyqsxhx2hcv6sm5yjbbqana5x26mx"))))
(build-system go-build-system)
(arguments
(list #:import-path "git.sr.ht/~emersion/go-scfg"))