python311Packages.pathy: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm
2023-10-23 08:21:30 +00:00
parent 597baf8b7e
commit ead3a41497
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pathy";
version = "0.10.2";
version = "0.10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ecVyq3/thNxGg3NG7a5YVlmS0Ed6eJzUaRpB2Oq5kX0=";
hash = "sha256-tFGF0G+bGMbTNG06q4gauWh0VT9mHuiMzS5gJG4QPCI=";
};
propagatedBuildInputs = [