python38Packages.pathvalidate: 2.4.1 -> 2.5.0
This commit is contained in:
parent
5655e71eee
commit
8fc2bda3c4
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pathvalidate";
|
pname = "pathvalidate";
|
||||||
version = "2.4.1";
|
version = "2.5.0";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-PJvZTH7CPpz7IR/741audfl51sCZosdF7pSQ9STzJGg=";
|
sha256 = "119ba36be7e9a405d704c7b7aea4b871c757c53c9adc0ed64f40be1ed8da2781";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Requires `pytest-md-report`, causing infinite recursion.
|
# Requires `pytest-md-report`, causing infinite recursion.
|
||||||
|
|
Loading…
Reference in a new issue