python312Packages.pyscard: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-01-18 04:34:08 +00:00
parent 7d5856e1fb
commit f9fbf377b2
@@ -18,14 +18,14 @@ in
buildPythonPackage rec {
pname = "pyscard";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "LudovicRousseau";
repo = "pyscard";
tag = version;
hash = "sha256-yZeP4Tcxnwb2My+XOsMtj+H8mNIf6JYf5tpOVUYjev0=";
hash = "sha256-RXCz6Npb/MrykHxtUsYlghCPeTwjDC6s9258iLA7OKs=";
};
build-system = [ setuptools ];