mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python36Packages.cftime: 1.0.1 -> 1.0.2.1
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.6-cftime/versions
This commit is contained in:
parent
a054d74507
commit
39d9261bea
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cftime";
|
pname = "cftime";
|
||||||
version = "1.0.1";
|
version = "1.0.2.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "20556931f546838d09be5d589482dfae6164e0d403f0aab2163c006b680d3b92";
|
sha256 = "1fxpvy3z0b3ga8ylr54ml7nxsfah2bh5azk43nb565rcka3x909c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest coveralls pytestcov ];
|
checkInputs = [ pytest coveralls pytestcov ];
|
||||||
|
|
Loading…
Reference in a new issue