mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 {
|
||||
version = "2.3.3";
|
||||
version = "2.3.5";
|
||||
name = "openpyxl-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/o/openpyxl/${name}.tar.gz";
|
||||
sha256 = "1zigyvsq45izkhr1h5gisgi0ag5dm6kz09f01c2cgdfav1bl3mlk";
|
||||
sha256 = "0qj7d8l1qc6cjwk1ps01dyh53b3p2k2k7hwmj98y2257jj5mf1s3";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user