1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 20:40:40 +02:00

gnu: Add go-github-com-go-jose-go-jose-v4.

* gnu/packages/golang-web.scm (go-github-com-go-jose-go-jose-v4): New variable.

Change-Id: I5edfc5e413cc50c010aab1ad4a189afabf5cd640
This commit is contained in:
Sharlatan Hellseher 2024-07-12 23:02:50 +01:00
commit a82f7e68a6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -812,6 +812,24 @@ Signing and Encryption set of standards. This includes support for JSON Web
Encryption, JSON Web Signature, and JSON Web Token standards.") Encryption, JSON Web Signature, and JSON Web Token standards.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-go-jose-go-jose-v4
(package
(inherit go-github-com-go-jose-go-jose-v3)
(name "go-github-com-go-jose-go-jose-v4")
(version "4.0.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-jose/go-jose")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1bf444687q5rdxjgk41bkryhzhx49f6600b7i51m572xdl0r28a9"))))
(arguments
(list
#:import-path "github.com/go-jose/go-jose/v4"))))
(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")