Skip to content

Commit e0f7112

Browse files
committed
python310Packages.pathy: 0.10.1 -> 0.10.2
1 parent ecc8646 commit e0f7112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/pathy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pathy";
15-
version = "0.10.1";
15+
version = "0.10.2";
1616
format = "setuptools";
1717

1818
disabled = pythonOlder "3.7";
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-TNbnG0zV/4dc+7lJrZ+lUZ2NHb5p1fwdGyOqPLBJYYs=";
22+
hash = "sha256-ecVyq3/thNxGg3NG7a5YVlmS0Ed6eJzUaRpB2Oq5kX0=";
2323
};
2424

2525
propagatedBuildInputs = [

0 commit comments

Comments
 (0)