Skip to content

Commit

Permalink
python313Packages.pathable: 0.4.3 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 13, 2025
1 parent 48a95e4 commit 604a29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pathable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "pathable";
version = "0.4.3";
version = "0.4.4";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "p1c2u";
repo = pname;
tag = version;
hash = "sha256-4QRFjbeaggoEPVGAmSY+qVMNW0DKqarNfRXaH6B58ew=";
hash = "sha256-nN5jpI0Zi5ofdSuN9QbTHDXPmQRq9KAn8SoHuNDpZaw=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit 604a29a

Please sign in to comment.