gnu: go-github-com-go-ldap-ldap: Update to 3.4.8.

* gnu/packages/golang-web.scm (go-github-com-go-ldap-ldap): Update to 3.4.8.
[propagated-inputs]: Add go-github-com-google-uuid.

Change-Id: Ic8792cbe8b911c23fdcb87612928b86bd89dc95a
This commit is contained in:
Sharlatan Hellseher 2024-06-26 23:59:38 +01:00
parent f0e5d0b411
commit 3244c6ca88
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -792,7 +792,7 @@ Encryption, JSON Web Signature, and JSON Web Token standards.")
(define-public go-github-com-go-ldap-ldap (define-public go-github-com-go-ldap-ldap
(package (package
(name "go-github-com-go-ldap-ldap") (name "go-github-com-go-ldap-ldap")
(version "3.4.1") (version "3.4.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -801,15 +801,16 @@ Encryption, JSON Web Signature, and JSON Web Token standards.")
(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 "1xf2jrwhgr06jy4liba48hrz4b7j27r7m9dnl7fj95vazsx2n5br")))) (base32 "0fbmhlc8ss5vn6zz0iiifvy4pm0mwaf13qpz70k83mmnv9vrv16x"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:tests? #f ; test suite requires internet access #:tests? #f ; test suite requires internet access
#:import-path "github.com/go-ldap/ldap/v3")) #:import-path "github.com/go-ldap/ldap/v3"))
(propagated-inputs (propagated-inputs
(list go-github-com-go-asn1-ber-asn1-ber (list go-github-com-azure-go-ntlmssp
go-github-com-azure-go-ntlmssp)) go-github-com-go-asn1-ber-asn1-ber
go-github-com-google-uuid))
(home-page "https://github.com/go-ldap/ldap") (home-page "https://github.com/go-ldap/ldap")
(synopsis "LDAP v3 functionality for Go") (synopsis "LDAP v3 functionality for Go")
(description "This package provides basic LDAP v3 functionality in the Go (description "This package provides basic LDAP v3 functionality in the Go