diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-07-30 01:47:09 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-18 09:46:47 +0200 |
| commit | a9d7c56ea4b4c9bc7fd85bd74d0920baa90e6238 (patch) | |
| tree | 89c7bdb0ef69a7cf07536a3dcd11346d7f8bbaf1 /gnu/packages/security-token.scm | |
| parent | 173b1506e9c4a2e9ca74848657bf204733b6e360 (diff) | |
gnu: pcsc-tools: Update to 1.7.5.
* gnu/packages/security-token.scm (pcsc-tools): Update to 1.7.5.
Merges guix/guix!10252
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/security-token.scm')
| -rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index e1ab7c9b152..c8f45666cbc 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -305,7 +305,7 @@ from a client application and provide access to the desired reader.") | |||
| 305 | (define-public pcsc-tools | 305 | (define-public pcsc-tools |
| 306 | (package | 306 | (package |
| 307 | (name "pcsc-tools") | 307 | (name "pcsc-tools") |
| 308 | (version "1.7.4") | 308 | (version "1.7.5") |
| 309 | (source (origin | 309 | (source (origin |
| 310 | (method git-fetch) | 310 | (method git-fetch) |
| 311 | (uri (git-reference | 311 | (uri (git-reference |
| @@ -314,7 +314,7 @@ from a client application and provide access to the desired reader.") | |||
| 314 | (file-name (git-file-name name version)) | 314 | (file-name (git-file-name name version)) |
| 315 | (sha256 | 315 | (sha256 |
| 316 | (base32 | 316 | (base32 |
| 317 | "1h9npvcibg8rflys9h5ylph3xafizdpx9p4bvl68qfywynrvward")))) | 317 | "1bps3lg5g14hkfnh6fxkrl5lilss502c7c4x5n9glrgc3k00kaf5")))) |
| 318 | (build-system gnu-build-system) | 318 | (build-system gnu-build-system) |
| 319 | (arguments | 319 | (arguments |
| 320 | (list | 320 | (list |
