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>
This commit is contained in:
Timotej Lazar 2024-08-07 07:45:55 +02:00 committed by jgart
parent 2b0f3b4e94
commit 2ac20ec858
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -229,7 +229,7 @@ (define-public go-code-cloudfoundry-org-bytefmt
(define-public go-git-sr-ht-emersion-go-scfg (define-public go-git-sr-ht-emersion-go-scfg
(package (package
(name "go-git-sr-ht-emersion-go-scfg") (name "go-git-sr-ht-emersion-go-scfg")
(version "0.0.0-20211215104734-c2c7a15d6c99") (version "0.0.0-20240128091534-2ae16e782082")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -238,7 +238,7 @@ (define-public go-git-sr-ht-emersion-go-scfg
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02gn8hz8zfv8y0krysx2wv951gw8hmhdfqf1ysidwm7i293365w4")))) (base32 "1gxhg40q4md3lj1wrrnms0jhyqsxhx2hcv6sm5yjbbqana5x26mx"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "git.sr.ht/~emersion/go-scfg")) (list #:import-path "git.sr.ht/~emersion/go-scfg"))