python: distro: 1.3.0 -> 1.4.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:14 +01:00
parent 115b28e3be
commit 3644424455

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "distro";
version = "1.3.0";
version = "1.4.0";
checkInputs = [ pytest pytestcov tox];
@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "224041cef9600e72d19ae41ba006e71c05c4dc802516da715d7fda55ba3d8742";
sha256 = "362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57";
};
meta = with stdenv.lib; {