gnu: go-github-com-azure-go-ntlmssp: Update to 0.0.0-20221128193559-754e69321358.

* gnu/packages/golang-web.scm (go-github-com-azure-go-ntlmssp): Update to 0.0.0-20221128193559-754e69321358.

Change-Id: I612f9f0df6781e292385c09c1920087665ff4eb4
This commit is contained in:
Sharlatan Hellseher 2024-06-26 23:31:45 +01:00
parent 294ad13de9
commit 557b758ede
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -440,7 +440,7 @@ (define-public go-github-com-aymerick-douceur
(define-public go-github-com-azure-go-ntlmssp
(package
(name "go-github-com-azure-go-ntlmssp")
(version "0.0.0-20211209120228-48547f28849e")
(version "0.0.0-20221128193559-754e69321358")
(source
(origin
(method git-fetch)
@ -449,10 +449,12 @@ (define-public go-github-com-azure-go-ntlmssp
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0im28kp9p6ncdmh7qq5qwl85nmiwmp8jka2qgrjiqzc5n36q56np"))))
(base32 "0dg20fwylf5lpsc5fgnnzw7jxz0885bg97lla1b5wrlhjas6lidn"))))
(build-system go-build-system)
(arguments
(list
;; See <https://github.com/Azure/go-ntlmssp/issues/40>.
#:tests? #f
#:import-path "github.com/Azure/go-ntlmssp"))
(propagated-inputs
(list go-golang-org-x-crypto))