mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02: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:
parent
491a29c4d0
commit
85ea6f31de
1 changed files with 3 additions and 4 deletions
|
@ -3063,7 +3063,7 @@ authenticated identities and their attributes.")
|
|||
(define-public go-github-com-jcmturner-gokrb5-v8
|
||||
(package
|
||||
(name "go-github-com-jcmturner-gokrb5-v8")
|
||||
(version "8.4.2")
|
||||
(version "8.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3072,7 +3072,7 @@ authenticated identities and their attributes.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0w9d1pa3r6qmdblk25bghf78ncs03l15l1sxnh4n536c356rzq4b"))))
|
||||
(base32 "1rv495j8j2x6avw5hqpf7rpiakr5gdsx6pv8rfn0ff7vi35zfa62"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#: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-goidentity-v6
|
||||
go-github-com-jcmturner-rpc-v2
|
||||
go-golang-org-x-crypto
|
||||
go-golang-org-x-net))
|
||||
go-golang-org-x-crypto))
|
||||
(home-page "https://github.com/jcmturner/gokrb5")
|
||||
(synopsis "Pure Go Kerberos library for clients and services")
|
||||
(description "This package provides a pure Go Kerberos library. It
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue