Skip to content

Commit

Permalink
python312Packages.pathvalidate: 3.2.1 -> 3.2.3 (#371314)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 14, 2025
2 parents 00e83d8 + 3858ba1 commit e8711e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pathvalidate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "pathvalidate";
version = "3.2.1";
version = "3.2.3";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-9dB7HiN0GHBAYSofzSvLKRn42xgN8lTJWBu5C/kDN30=";
hash = "sha256-WbW5J44wOC1tITSXYjBD6+Y/EOKQVb5EGanATHIXOcs=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit e8711e1

Please sign in to comment.