python: python-dateutil: 2.8.0 -> 2.8.1

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:34 +01:00
parent eb1a8c7bef
commit 7d3992a16f

View file

@ -1,11 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi, six, setuptools_scm, pytest }: { stdenv, buildPythonPackage, fetchPypi, six, setuptools_scm, pytest }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-dateutil"; pname = "python-dateutil";
version = "2.8.0"; version = "2.8.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e"; sha256 = "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];