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 2b4a653397 gnu: osslsigncode: Update to 2.12.
2b4a653397 is described below

commit 2b4a653397265ae581d0c38f9850bc565561cb86
Author: Hennadii Stepanov <[email protected]>
AuthorDate: Mon Feb 2 20:37:53 2026 +0000

    gnu: osslsigncode: Update to 2.12.
    
    * gnu/packages/crypto.scm (osslsigncode): Update to 2.12.
    
    Change-Id: Iaca2b9f262ed1dda4d4121c128fd65f03e7487c2
    Signed-off-by: Andreas Enge <[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 df9957df42..315ac35ea2 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.11")
+    (version "2.12")
     (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 "17vzkrv4qzjrjinjlgk8fbimkzd5b5akkpangkpn8cdficxgibxr"))))
+        (base32 "000balq0cw49jra9gvr8dk8x7ns9gd77qim3z8qci5rrkjbb8nai"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to