lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.pathvalidate: 2.4.1 -> 2.5.0

+2 -2
+2 -2
pkgs/development/python-modules/pathvalidate/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pathvalidate"; 5 - version = "2.4.1"; 5 + version = "2.5.0"; 6 6 disabled = pythonOlder "3.5"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "sha256-PJvZTH7CPpz7IR/741audfl51sCZosdF7pSQ9STzJGg="; 10 + sha256 = "119ba36be7e9a405d704c7b7aea4b871c757c53c9adc0ed64f40be1ed8da2781"; 11 11 }; 12 12 13 13 # Requires `pytest-md-report`, causing infinite recursion.