Skip to content

Commit

Permalink
Merge pull request #266956 from t4ccer/t4/bump-pycardano
Browse files Browse the repository at this point in the history
python3Packages.pycardano: 0.9.0 -> 0.10.0
  • Loading branch information
natsukium committed Nov 12, 2023
2 parents 7631377 + 0335f73 commit 09da534
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/pycardano/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, fetchFromGitHub
# Python deps
, blockfrost-python
, cachetools
, cbor2
, cose
, ecpy
Expand All @@ -29,19 +30,20 @@ let

in buildPythonPackage rec {
pname = "pycardano";
version = "0.9.0";
version = "0.10.0";

format = "pyproject";

src = fetchFromGitHub {
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
Expand Down

0 comments on commit 09da534

Please sign in to comment.