mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
f7015c7ce8
commit
8a5f891644
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue