diff options
author | Franz Geffke <franz@pantherx.org> | 2023-11-02 12:55:40 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-11-02 12:55:40 +0000 |
commit | fa890b8d7d57d7d2a779ef07d8608a54f2e4db52 (patch) | |
tree | 59c5a91f85f972c5c9895cb8ce5820c871c399cc /px/packages/security-token.scm | |
parent | 1366377eedf3bb61fb718636d94ab04ec4b57ee7 (diff) |
id-card-reader: v0.1.27
Diffstat (limited to 'px/packages/security-token.scm')
-rw-r--r-- | px/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/security-token.scm b/px/packages/security-token.scm index b2e9a59..907cb75 100644 --- a/px/packages/security-token.scm +++ b/px/packages/security-token.scm @@ -83,13 +83,13 @@ communicates with the readers through the PC/SC Lite resource manager (pcscd).") (define-public id-card-reader (package (name "id-card-reader") - (version "0.1.26") + (version "0.1.27") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz")) - (sha256 (base32 "1irmxkgcjd61c36r25fydjpaw9sgvg4phbg6gcrwc71wcpl7ap9x")))) + (sha256 (base32 "0xkly0qhgr96y6qk4h24a5llm6yl650ad26i2nbilzx1csyxryf2")))) (build-system python-build-system) (arguments `(#:tests? #f)) |