forked from mirrors/nixpkgs
python3Packages.distro: 1.5.0 -> 1.6.0
This commit is contained in:
parent
78ac621303
commit
1186f6463a
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "distro";
|
||||
version = "1.5.0";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92";
|
||||
sha256 = "83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424";
|
||||
};
|
||||
|
||||
# tests are very targeted at individual linux distributions
|
||||
|
|
Loading…
Reference in a new issue