gnu: python-pyscard: Update to 1.9.9.

* gnu/packages/security-token.scm (python-pyscard): Update to 1.9.9.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-24 01:07:04 +02:00
parent d5be746a85
commit 8a8e449147
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ retrieve a YubiKey's serial number, and so forth.")
(define-public python-pyscard
(package
(name "python-pyscard")
(version "1.9.8")
(version "1.9.9")
(source (origin
(method url-fetch)
;; The maintainer publishes releases on various sites, but
@ -363,7 +363,7 @@ retrieve a YubiKey's serial number, and so forth.")
version "/pyscard-" version ".tar.gz"))
(sha256
(base32
"15fh00z1an6r5j7hrz3jlq0rb3jygwf3x4jcwsa008bv8vpcg7gm"))))
"082cjkbxadaz2jb4rbhr0mkrirzlqyqhcf3r823qb0q1k50ybgg6"))))
(build-system python-build-system)
(arguments
`(#:phases