Unverified Commit 90dec067 authored by Guillaume Maudoux's avatar Guillaume Maudoux Committed by GitHub
Browse files

python3Packages.pyscard: 2.3.0 -> 2.3.1 (#457541)

parents c787dd81 9934ed11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pyscard";
  version = "2.3.0";
  version = "2.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "LudovicRousseau";
    repo = "pyscard";
    tag = version;
    hash = "sha256-rz3m8eVbmJUMcQFuEMZwF3k/ES75KcNA8R+xix+Mgq8=";
    hash = "sha256-MW/Cg7Ta/LdY/pOomsEecVIt62rc5qSAGjpJl4m+ruM=";
  };

  build-system = [ setuptools ];