python3Packages.holidays: 0.10.1 -> 0.10.2
This commit is contained in:
parent
6c76b88ada
commit
3528afda49
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "holidays";
|
pname = "holidays";
|
||||||
version = "0.10.1";
|
version = "0.10.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1dx39krafb6cdnd7h5vgwmw4y075s6k3d31a6vhwvqhmdig3294h";
|
sha256 = "5a91324fcaa4c72a0fe9a13601436f65ee33b2ef033686f4e2228d58a7631970";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six dateutil convertdate ];
|
propagatedBuildInputs = [ six dateutil convertdate ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user