summaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-09 14:10:46 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-09 14:46:00 +0100
commit4b8de8215d4b5bf9a2b3d937fa48736b36aec7a0 (patch)
tree7e23bea3baf520deaa046d4e44c3148716b135bb /gnu/packages/security-token.scm
parenta2781f48bcf5ee3ec989cdefb2468616d0caf1b8 (diff)
gnu: pkcs11-provider: Update to 1.2.0.
* gnu/packages/security-token.scm (pkcs11-provider): Update to 1.2.0. [source]: Switch to git-fetch. Change-Id: I57f72a35300009b4974e229be16b698a9c33053c
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r--gnu/packages/security-token.scm20
1 files changed, 11 insertions, 9 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 0f068754ce8..55dc1f41afa 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -407,15 +407,17 @@ semi-transparent way.
407(define-public pkcs11-provider 407(define-public pkcs11-provider
408 (package 408 (package
409 (name "pkcs11-provider") 409 (name "pkcs11-provider")
410 (version "1.0") 410 (version "1.2.0")
411 (source (origin 411 (source
412 (method url-fetch) 412 (origin
413 (uri (string-append "https://github.com/latchset/" name 413 (method git-fetch)
414 "/releases/download/v" version "/" 414 (uri (git-reference
415 name "-" version ".tar.xz")) 415 (url "https://github.com/latchset/pkcs11-provider/")
416 (sha256 416 (commit (string-append "v" version))))
417 (base32 417 (file-name (git-file-name name version))
418 "0lzn2wj3pxwb0b2xrx1dk96nkbm2bpl75clhkr1cpnfnc3v02gc4")))) 418 (sha256
419 (base32
420 "1k4hcdh748x4lyrb1gq69wm28909d0qw6rb2fpxhxsd07k0mxpi4"))))
419 (build-system meson-build-system) 421 (build-system meson-build-system)
420 (arguments 422 (arguments
421 (list #:phases 423 (list #:phases