python: distro: 1.2.0 -> 1.3.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:00 +02:00
parent 61e756952d
commit f8829b9c9e

View file

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