1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-github-com-dpotapov-go-spnego: Update to 0.0.0-20220426193508-b7f82e4507db.

* gnu/packages/golang.scm (go-github-com-dpotapov-go-spnego): Update to 0.0.0-20220426193508-b7f82e4507db.
[propagated-inputs]: Remove go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: Ia971da820ae37bf13614deaf28d1e97aa7cf8993
This commit is contained in:
Sharlatan Hellseher 2024-12-29 22:05:01 +00:00
parent 0b33ec7456
commit 341175b732
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1488,32 +1488,31 @@ configuration file.")
(base32 "066bqlgw5h7a3kxswqlv734asb7nw2y6snsn09yqk0ixj23qw22s")))))) (base32 "066bqlgw5h7a3kxswqlv734asb7nw2y6snsn09yqk0ixj23qw22s"))))))
(define-public go-github-com-dpotapov-go-spnego (define-public go-github-com-dpotapov-go-spnego
(let ((commit "298b63a544303a239753d04314aada5bdbad7e4a")
(revision "0"))
(package (package
(name "go-github-com-dpotapov-go-spnego") (name "go-github-com-dpotapov-go-spnego")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20220426193508-b7f82e4507db")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (uri
(git-reference (git-reference
(url "https://github.com/dpotapov/go-spnego") (url "https://github.com/dpotapov/go-spnego")
(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 "0d3b0kazm0jskfml0pkhjn2v49m8dvqj4zymm49ldgvkhl9hcf6w")))) (base32 "1rpcgzkqhdwfsi8a9f9qar16i663pdx3gvwd6c0vfppy7qjmpjfr"))))
(build-system go-build-system) (build-system go-build-system)
(arguments `(#:import-path "github.com/dpotapov/go-spnego")) (arguments `(#:import-path "github.com/dpotapov/go-spnego"))
(propagated-inputs (list go-github-com-stretchr-testify (native-inputs
go-github-com-jcmturner-gokrb5-v8 (list go-github-com-stretchr-testify))
(propagated-inputs (list go-github-com-jcmturner-gokrb5-v8
go-golang-org-x-net)) go-golang-org-x-net))
(home-page "https://github.com/dpotapov/go-spnego") (home-page "https://github.com/dpotapov/go-spnego")
(synopsis "Simple golang library for retry mechanism") (synopsis "Simple golang library for retry mechanism")
(description "This package is a simple Go library that provides retry (description "This package is a simple Go library that provides retry
functionality for functions that may fail. It includes various customizable functionality for functions that may fail. It includes various customizable
retry strategies, such as fixed delay, backoff delay, and random delay.") retry strategies, such as fixed delay, backoff delay, and random delay.")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-blanu-dust (define-public go-github-com-blanu-dust
(package (package