This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e3f6fa5b95 gnu: osslsigncode: Update to 2.11.
e3f6fa5b95 is described below

commit e3f6fa5b957db51737d5d7c35c5934cf00975e7a
Author: Hennadii Stepanov <[email protected]>
AuthorDate: Mon Jan 26 17:01:08 2026 +0000

    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 <[email protected]>
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index fb239e8d2b..03f654b229 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -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

Reply via email to