GNU bug report logs -
#65256
[PATCH] gnu: ccid: Update to 1.5.2.
Previous Next
Reported by: Arjan Adriaanse <arjan <at> adriaan.se>
Date: Sat, 12 Aug 2023 23:54:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/security-token.scm (ccid): Update to 1.5.2.
---
gnu/packages/security-token.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 3a0ed245ad..b03c3b8080 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -95,14 +95,14 @@ (define-module (gnu packages security-token)
(define-public ccid
(package
(name "ccid")
- (version "1.4.36")
+ (version "1.5.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ccid.apdu.fr/files/ccid-"
version ".tar.bz2"))
(sha256
(base32
- "1ha9cwxkadx4rs4jj114qzh42qj02x6r8y1mvhcvijhvby4aqwrb"))))
+ "06bjdswbwcwndsn23rsdhz5a7xqsgb66glqnk9lqzd7qws3l94qk"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
base-commit: eb25c2b3e204a36a97ec724defe8930757ab83c0
--
2.41.0
This bug report was last modified 1 year and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.