mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
python: distro: 1.4.0 -> 1.5.0
This commit is contained in:
parent
115829f78d
commit
1e2295315a
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "distro";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0mrg75w4ap7mdzyga75yaid9n8bgb345ih5mwjp3plj6v1jxwb9n";
|
||||
sha256 = "0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92";
|
||||
};
|
||||
|
||||
# TODO: Enable more tests on NixOS (20 out of 173 are failing, 10 due to the
|
||||
|
Loading…
Reference in New Issue
Block a user