python: holidays: 0.9.11 -> 0.9.12

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:07 +01:00
parent 1ae98eeaed
commit 68450a1070

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "holidays"; pname = "holidays";
version = "0.9.11"; version = "0.9.12";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1g0irhh4kq3zy1disc9i5746p72a72s5j1q1cxhbdkwnnn9dnpwi"; sha256 = "3182c4a6fef8d01a829468362ace9c3bba7645873610535fef53454dbb4ea092";
}; };
propagatedBuildInputs = [ six dateutil ]; propagatedBuildInputs = [ six dateutil ];