python3Packages.pycardano: 0.9.0 -> 0.10.0

This commit is contained in:
t4ccer 2023-11-11 19:28:39 -07:00
parent 4098144884
commit 0335f7348c
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
# Python deps
, blockfrost-python
, cachetools
, cbor2
, cose
, ecpy
@ -29,7 +30,7 @@ let
in buildPythonPackage rec {
pname = "pycardano";
version = "0.9.0";
version = "0.10.0";
format = "pyproject";
@ -37,11 +38,12 @@ in buildPythonPackage rec {
owner = "Python-Cardano";
repo = "pycardano";
rev = "v${version}";
hash = "sha256-KRlpGhEzABBh1YWCDcrpW4hyMOhEA1Rla9nh95qdVik=";
hash = "sha256-LP/W8IC2del476fGFq10VMWwMrbAoCCcZOngA8unBM0=";
};
propagatedBuildInputs = [
blockfrost-python
cachetools
cbor2
cose_0_9_dev8
ecpy