python37Packages.folium: 0.7.0 -> 0.8.0 (#57407)
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-folium/versions
This commit is contained in:
parent
158c560fc2
commit
c34edae734
|
@ -14,11 +14,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "folium";
|
pname = "folium";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "04mhdl3k644j45rlfkamxz1paf58fxrmnwgvkrvza2fcwcs4nr9n";
|
sha256 = "0f25fhwxnix8hddzf67barzjwwsvpww112zisrvz2lpl08j388rn";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest nbconvert pandas mock ];
|
checkInputs = [ pytest nbconvert pandas mock ];
|
||||||
|
|
Loading…
Reference in New Issue