diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 14:27:07 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 14:46:00 +0100 |
| commit | 73939d23f23b52974dcac9042b8c4b9268bdbdcd (patch) | |
| tree | de26f1a4c4bded8270e3000a9aeed1b264dbbb3a /gnu | |
| parent | d9e83afae1d1ff90160c0ac2e146a3c0bfe73f2b (diff) | |
gnu: libdigidocpp: Update to 4.3.0.
* gnu/packages/crypto.scm (libdigidocpp): Update to 4.3.0.
Change-Id: Ifcf6fe25617077799497e137950f38753928677a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index ed7298002d6..fa081d14900 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1825,7 +1825,7 @@ configured to start gpg-agent.") (define-public libdigidocpp (package (name "libdigidocpp") - (version "4.2.0") + (version "4.3.0") (source (origin (method git-fetch) @@ -1834,7 +1834,7 @@ configured to start gpg-agent.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lz8zahdmzav6csnx9r40dhzvaj7zjwvlgdjlx1s0idfrlbs3zd3")) + (base32 "1kv1cyc8ylsxcvhsx1lgbjaar7ilf14gmcnmzclql2wd5vf1973z")) (modules '((guix build utils))) (snippet '(delete-file-recursively "src/minizip")))) (build-system cmake-build-system) |
