pythonPackages.openpyxl: 2.3.3 -> 2.3.5
This commit is contained in:
parent
bfbf37edec
commit
c280d9cb15
@ -14246,12 +14246,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
openpyxl = buildPythonPackage rec {
|
openpyxl = buildPythonPackage rec {
|
||||||
version = "2.3.3";
|
version = "2.3.5";
|
||||||
name = "openpyxl-${version}";
|
name = "openpyxl-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/o/openpyxl/${name}.tar.gz";
|
url = "mirror://pypi/o/openpyxl/${name}.tar.gz";
|
||||||
sha256 = "1zigyvsq45izkhr1h5gisgi0ag5dm6kz09f01c2cgdfav1bl3mlk";
|
sha256 = "0qj7d8l1qc6cjwk1ps01dyh53b3p2k2k7hwmj98y2257jj5mf1s3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user