python: holidays: 0.10.2 -> 0.10.3

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:39 +02:00
parent 1c46d8988f
commit 8d89484038

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "holidays";
version = "0.10.2";
version = "0.10.3";
src = fetchPypi {
inherit pname version;
sha256 = "5a91324fcaa4c72a0fe9a13601436f65ee33b2ef033686f4e2228d58a7631970";
sha256 = "839281f2b1ae7ac576da7951472482f6e714818296853107ea861fa60f5013cc";
};
propagatedBuildInputs = [ six dateutil convertdate ];