python311Packages.pykrakenapi: 0.3.1 -> 0.3.2

Diff: https://github.com/dominiktraxl/pykrakenapi/compare/v0.3.1...v0.3.2
This commit is contained in:
Fabian Affolter 2023-11-20 18:29:44 +01:00
parent c4376a9f3a
commit 868a61e7d4

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pykrakenapi";
version = "0.3.1";
version = "0.3.2";
disabled = pythonOlder "3.3";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dominiktraxl";
repo = "pykrakenapi";
rev = "v${version}";
hash = "sha256-gG0kbB3yaFU4DcBKupnBS7UFuU1hIMThdUHCuqufKzc=";
hash = "sha256-sMtNdXM+47iCnDgo33DCD1nx/I+jVX/oG/9aN80LfRg=";
};
propagatedBuildInputs = [