python3Packages.pykrakenapi: 0.3.0 -> 0.3.1

This commit is contained in:
Robert Schütz 2022-05-23 18:03:32 +00:00
parent 3d97e079df
commit 681e2d0083

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, krakenex
, pandas
@ -7,13 +8,17 @@
buildPythonPackage rec {
pname = "pykrakenapi";
version = "0.3.0";
version = "0.3.1";
disabled = pythonOlder "3.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "dominiktraxl";
repo = "pykrakenapi";
rev = "v${version}";
hash = "sha256-ZhP4TEWFEGIqI/nk2It1IVFKrX4HKP+dWxu+gLJNIeg=";
hash = "sha256-gG0kbB3yaFU4DcBKupnBS7UFuU1hIMThdUHCuqufKzc=";
};
propagatedBuildInputs = [