mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python37Packages.cftime: 1.0.2.1 -> 1.0.3.4 (#52108)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-cftime/versions
This commit is contained in:
parent
4acf668d18
commit
2548f6897a
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cftime";
|
pname = "cftime";
|
||||||
version = "1.0.2.1";
|
version = "1.0.3.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fxpvy3z0b3ga8ylr54ml7nxsfah2bh5azk43nb565rcka3x909c";
|
sha256 = "0362dhxbzk593walyjz30dll6y2y79wialik647cbwdsf3ad0x6x";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest coveralls pytestcov ];
|
checkInputs = [ pytest coveralls pytestcov ];
|
||||||
|
Loading…
Reference in New Issue
Block a user