[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/26: gnu: Add go-github-com-msteinert-pam-v2.
From: |
guix-commits |
Subject: |
17/26: gnu: Add go-github-com-msteinert-pam-v2. |
Date: |
Tue, 7 May 2024 18:24:52 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit e582f27a53ffb816f807e6e0014fcfca9d92c226
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Apr 26 22:06:57 2024 +0100
gnu: Add go-github-com-msteinert-pam-v2.
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam-v2): New
variable.
Change-Id: I7dfcb72703722f894eb52c603f02e64e7350f53a
---
gnu/packages/golang-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f0e31ed732..0cde48ad9e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2562,6 +2562,26 @@ multibase} (self identifying base encodings) in Go.")
Authentication Modules, PAM} application API.")
(license license:bsd-2)))
+(define-public go-github-com-msteinert-pam-v2
+ (package
+ (inherit go-github-com-msteinert-pam)
+ (name "go-github-com-msteinert-pam-v2")
+ (version "2.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/msteinert/pam")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h02dcx00vgcsxgl5sly82dbixk8cimjb10q5p405bf4fz8z7q6k"))))
+ (arguments
+ (substitute-keyword-arguments
+ (package-arguments go-github-com-msteinert-pam)
+ ((#:import-path _ "github.com/msteinert/pam")
+ "github.com/msteinert/pam/v2")))))
+
(define-public go-github-com-multiformats-go-multicodec
(package
(name "go-github-com-multiformats-go-multicodec")
- branch master updated (014875b29e -> 2795d0f3e7), guix-commits, 2024/05/07
- 03/26: gnu: Add go-github-com-msteinert-pam., guix-commits, 2024/05/07
- 11/26: gnu: Add go-gopkg-in-irc-v4., guix-commits, 2024/05/07
- 17/26: gnu: Add go-github-com-msteinert-pam-v2.,
guix-commits <=
- 14/26: gnu: go-github-com-prometheus-client-golang: Update to 1.17.0., guix-commits, 2024/05/07
- 19/26: gnu: tmsu: Enable test suite., guix-commits, 2024/05/07
- 23/26: gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web., guix-commits, 2024/05/07
- 01/26: gnu: Add go-github-com-golang-jwt-jwt., guix-commits, 2024/05/07
- 08/26: gnu: Add go-git-sr-ht-emersion-go-sqlite3-fts5., guix-commits, 2024/05/07
- 06/26: gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.22., guix-commits, 2024/05/07
- 13/26: gnu: go-github-com-prometheus-common: Update to 0.45.0., guix-commits, 2024/05/07
- 10/26: gnu: go-gopkg-in-irc-v3: Enable tests., guix-commits, 2024/05/07
- 16/26: gnu: Add soju., guix-commits, 2024/05/07
- 18/26: gnu: sqls: Use go-1.21., guix-commits, 2024/05/07