3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.Quandl: 3.4.5 -> 3.4.6 (#57447)

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-quandl/versions
This commit is contained in:
R. RyanTM 2019-03-26 05:29:14 -07:00 committed by Robert Schütz
parent b71c15b410
commit 2d14a88f53

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "quandl";
version = "3.4.5";
version = "3.4.6";
src = fetchPypi {
inherit version;
pname = "Quandl";
sha256 = "1rflyc6q3wa5ghc5v81yw79yg7lkpgd2c22mgbb0cvza724k53ys";
sha256 = "15b58nj45bdax0aha6kwjz5pxj3bz8bs6ajwxqp9r89j13xxn94g";
};
doCheck = true;