mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python3Packages.openpyxl: 3.0.5 -> 3.0.6
This commit is contained in:
parent
6e1c296766
commit
5a98480f70
@ -10,12 +10,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openpyxl";
|
||||
version = "3.0.5";
|
||||
version = "3.0.6";
|
||||
disabled = isPy27; # 2.6.4 was final python2 release
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "18e11f9a650128a12580a58e3daba14e00a11d9e907c554a17ea016bf1a2c71b";
|
||||
sha256 = "b229112b46e158b910a5d1b270b212c42773d39cab24e8db527f775b82afc041";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user