guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

176/401: gnu: go-github-com-youmark-pkcs8: Update to 1.3.


From: guix-commits
Subject: 176/401: gnu: go-github-com-youmark-pkcs8: Update to 1.3.
Date: Thu, 26 Dec 2024 19:30:52 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 7ce31c5b436eae5b3193499b834d52949145db8f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 15 15:12:09 2024 +0000

    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
---
 gnu/packages/golang-crypto.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]