sharlatan pushed a commit to branch go-team in repository guix. commit 66f952b0dd49daefabd7e7ffd77e939f6e99339f Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Feb 20 15:43:36 2025 +0000
gnu: go-github-com-delthas-go-libnp: Update to 0.0.0-1.96674b9. * gnu/packages/golang.scm (go-github-com-delthas-go-libnp): Update to 0.0.0-1.96674b9. Change-Id: I05a6729c0b55f604e0124426c36d3225e7c8d3bd --- gnu/packages/golang.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f560bd0a98..46db02136b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1887,10 +1887,11 @@ characters with their ASCII approximations.") (license license:expat))) (define-public go-github-com-delthas-go-libnp - (let ((commit "0e45ece1f878f202fee2c74801e287804668f677")) + (let ((commit "96674b98150ed492b535d61dde5767dfa2dd14ce") + (revision "1")) (package (name "go-github-com-delthas-go-libnp") - (version (git-version "0.0.0" "0" commit)) + (version (git-version "0.0.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference @@ -1899,7 +1900,7 @@ characters with their ASCII approximations.") (file-name (git-file-name name version)) (sha256 (base32 - "1hylpvwz3kb8wr00knba6mggjacak2vmqafwysansj0ns038lp8w")))) + "1l2p2mpspjaffninxvghjsfywr39cravfbzpxyiq62lfpw43zwaq")))) (build-system go-build-system) (arguments `(#:import-path "github.com/delthas/go-libnp")) (propagated-inputs (list go-github-com-godbus-dbus-v5))