mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: osslsigncode: Update to 2.11.
* gnu/packages/crypto.scm (osslsigncode): Update to 2.11. Merges guix/guix!5944 Change-Id: I2e1a291efbb21681bb1da2a81cead0e045114e9d Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
e1e2fb4008
commit
e3f6fa5b95
1 changed files with 2 additions and 2 deletions
|
|
@ -1814,7 +1814,7 @@ for creation and reading of DigiDoc files.")
|
|||
(define-public osslsigncode
|
||||
(package
|
||||
(name "osslsigncode")
|
||||
(version "2.10")
|
||||
(version "2.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1823,7 +1823,7 @@ for creation and reading of DigiDoc files.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fizcrcgavw5zkzws62pgz8ly5jnmrpv33whryabqgg9q5fwsf2j"))))
|
||||
(base32 "17vzkrv4qzjrjinjlgk8fbimkzd5b5akkpangkpn8cdficxgibxr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue