python: distro: 1.4.0 -> 1.5.0
This commit is contained in:
parent
115829f78d
commit
1e2295315a
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "distro";
|
pname = "distro";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0mrg75w4ap7mdzyga75yaid9n8bgb345ih5mwjp3plj6v1jxwb9n";
|
sha256 = "0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Enable more tests on NixOS (20 out of 173 are failing, 10 due to the
|
# TODO: Enable more tests on NixOS (20 out of 173 are failing, 10 due to the
|
||||||
|
|
Loading…
Reference in a new issue