Skip to content

Commit

Permalink
python311Packages.xmlschema: 3.0.2 -> 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Apr 8, 2024
1 parent 266c880 commit b0dab7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xmlschema/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "xmlschema";
version = "3.0.2";
version = "3.2.1";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "xmlschema";
rev = "refs/tags/v${version}";
hash = "sha256-jYFhoNx4Oxm7c0LsSQ0xw9fY/yxfQU5JoP5RteHzeYM=";
hash = "sha256-jhof4C/jbMcvBRTLFdeFq2+ZucoDhbdcLE9IWvgzN0Y=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b0dab7c

Please sign in to comment.