summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-crypto.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-12-15 15:12:09 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:42:01 +0000
commit8a5f8916445e84cbd72896977eb0aecc61c94304 (patch)
treefa385e6c07c8b952c20cef5d7793b9c2f2bfcaaf /gnu/packages/golang-crypto.scm
parentf7015c7ce8be16f603c9a094ea496e57720d32ce (diff)
gnu: go-github-com-youmark-pkcs8: Update to 1.3.
* gnu/packages/golang-crypto.scm (go-github-com-youmark-pkcs8): Update to 1.3. Change-Id: Ibcb3bdc9103e611a865231cfc18c21c9f28db0e3
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r--gnu/packages/golang-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index ad3b23a666..7cd59d869f 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1642,7 +1642,7 @@ ssh-agent process using the sample server.")
(define-public go-github-com-youmark-pkcs8
(package
(name "go-github-com-youmark-pkcs8")
- (version "1.2")
+ (version "1.3")
(source
(origin
(method git-fetch)
@@ -1651,7 +1651,7 @@ ssh-agent process using the sample server.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ckdrwa5rmp2c85936qd9d0gzrnrvqfg0297ansz5frdhg6fc6nq"))))
+ (base32 "17pnl7b0ml4595cmxhramnc7ry6df6f4zisvaafxj4r7ravx8i7c"))))
(build-system go-build-system)
(arguments
(list