python: holidays: 0.9.11 -> 0.9.12
This commit is contained in:
parent
1ae98eeaed
commit
68450a1070
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user