We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc8646 commit e0f7112Copy full SHA for e0f7112
1 file changed
pkgs/development/python-modules/pathy/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "pathy";
15
- version = "0.10.1";
+ version = "0.10.2";
16
format = "setuptools";
17
18
disabled = pythonOlder "3.7";
19
20
src = fetchPypi {
21
inherit pname version;
22
- hash = "sha256-TNbnG0zV/4dc+7lJrZ+lUZ2NHb5p1fwdGyOqPLBJYYs=";
+ hash = "sha256-ecVyq3/thNxGg3NG7a5YVlmS0Ed6eJzUaRpB2Oq5kX0=";
23
};
24
25
propagatedBuildInputs = [
0 commit comments