mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: oauth2l: Update to 1.3.3.
* gnu/packages/authentication.scm: Import (gnu packages golang). (oauth2l): Update to 1.3.3. [arguments] <go>: Use go-1.23. Change-Id: Ibc757bc7fd6913d96bb23ea2911330498ef25212
This commit is contained in:
parent
e16b161adf
commit
ad67dcab45
1 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages documentation)
|
#:use-module (gnu packages documentation)
|
||||||
#:use-module (gnu packages gnupg)
|
#:use-module (gnu packages gnupg)
|
||||||
|
#:use-module (gnu packages golang)
|
||||||
#:use-module (gnu packages golang-build)
|
#:use-module (gnu packages golang-build)
|
||||||
#:use-module (gnu packages golang-web)
|
#:use-module (gnu packages golang-web)
|
||||||
#:use-module (gnu packages golang-xyz)
|
#:use-module (gnu packages golang-xyz)
|
||||||
|
@ -126,7 +127,7 @@ PSKC (RFC6030) to manage secret key data.")
|
||||||
(define-public oauth2l
|
(define-public oauth2l
|
||||||
(package
|
(package
|
||||||
(name "oauth2l")
|
(name "oauth2l")
|
||||||
(version "1.3.2")
|
(version "1.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -135,13 +136,14 @@ PSKC (RFC6030) to manage secret key data.")
|
||||||
(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 "1gm5pbgmz3p0zk5s4gvslp8ixhak3d35pfm7wrw5yk2rcdffr5li"))
|
(base32 "0qpgbbyjvvdw944d7ppa9ccmcp0gyyc9ik0bhq8agsia40biagwc"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin (use-modules (guix build utils))
|
#~(begin (use-modules (guix build utils))
|
||||||
(delete-file-recursively "vendor")))))
|
(delete-file-recursively "vendor")))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:import-path "github.com/google/oauth2l"
|
#:import-path "github.com/google/oauth2l"
|
||||||
#:test-flags
|
#:test-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue