python: holidays: 0.9.11 -> 0.9.12
This commit is contained in:
parent
1ae98eeaed
commit
68450a1070
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "holidays";
|
||||
version = "0.9.11";
|
||||
version = "0.9.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1g0irhh4kq3zy1disc9i5746p72a72s5j1q1cxhbdkwnnn9dnpwi";
|
||||
sha256 = "3182c4a6fef8d01a829468362ace9c3bba7645873610535fef53454dbb4ea092";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six dateutil ];
|
||||
|
Loading…
Reference in New Issue
Block a user