python312Packages.krakenex: 2.2.1 -> 2.2.2
Diff: https://github.com/veox/python3-krakenex/compare/v2.2.1...v2.2.2 Changelog: https://github.com/veox/python3-krakenex/blob/v2.2.2/CHANGELOG.rst
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "krakenex";
|
||||
version = "2.2.1";
|
||||
version = "2.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "veox";
|
||||
repo = "python3-krakenex";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-aWALkM79VOm2/EQdp2rD1sm0NxhLKZOXzAs8m+t7M0s=";
|
||||
hash = "sha256-htldEds3vf9bjFkJAew0e0fHDLD15OTcVYybSmIp3DI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
dependencies = [ requests ];
|
||||
|
||||
# no tests implemented
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user