Skip to content

Commit

Permalink
python3Packages.pyscard: 2.0.9 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 13, 2024
1 parent 75c91f9 commit 2bdb00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyscard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ in

buildPythonPackage rec {
pname = "pyscard";
version = "2.0.9";
version = "2.1.1";
pyproject = true;

src = fetchFromGitHub {
owner = "LudovicRousseau";
repo = "pyscard";
rev = "refs/tags/${version}";
hash = "sha256-DO4Ea+mlrWPpOLI8Eki+03UnsOXEhN2PAl0+gdN5sTo=";
hash = "sha256-wlw2QL1vfhXba8ok/URcd9M+F7Sa+ZtekV1w5X24owE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 2bdb00d

Please sign in to comment.