1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: go-github-com-jcmturner-gokrb5-v8: Update to 8.4.4.

* gnu/packages/golang-web.scm (go-github-com-jcmturner-gokrb5-v8): Update to 8.4.4.
[propagated-inputs]: Remove go-golang-org-x-net.

Change-Id: I0e74f8be28c3ed096e0c4f444df979875d7024e7
This commit is contained in:
Sharlatan Hellseher 2024-12-19 11:09:32 +00:00
parent 491a29c4d0
commit 85ea6f31de
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3063,7 +3063,7 @@ authenticated identities and their attributes.")
(define-public go-github-com-jcmturner-gokrb5-v8 (define-public go-github-com-jcmturner-gokrb5-v8
(package (package
(name "go-github-com-jcmturner-gokrb5-v8") (name "go-github-com-jcmturner-gokrb5-v8")
(version "8.4.2") (version "8.4.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3072,7 +3072,7 @@ authenticated identities and their attributes.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0w9d1pa3r6qmdblk25bghf78ncs03l15l1sxnh4n536c356rzq4b")))) (base32 "1rv495j8j2x6avw5hqpf7rpiakr5gdsx6pv8rfn0ff7vi35zfa62"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/jcmturner/gokrb5/v8" '(#:import-path "github.com/jcmturner/gokrb5/v8"
@ -3087,8 +3087,7 @@ authenticated identities and their attributes.")
go-github-com-jcmturner-gofork go-github-com-jcmturner-gofork
go-github-com-jcmturner-goidentity-v6 go-github-com-jcmturner-goidentity-v6
go-github-com-jcmturner-rpc-v2 go-github-com-jcmturner-rpc-v2
go-golang-org-x-crypto go-golang-org-x-crypto))
go-golang-org-x-net))
(home-page "https://github.com/jcmturner/gokrb5") (home-page "https://github.com/jcmturner/gokrb5")
(synopsis "Pure Go Kerberos library for clients and services") (synopsis "Pure Go Kerberos library for clients and services")
(description "This package provides a pure Go Kerberos library. It (description "This package provides a pure Go Kerberos library. It