Skip to content

Commit

Permalink
python.pkgs.secp256k1: 0.12.1 -> 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 20, 2018
1 parent 25d1d49 commit 21a736b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/secp256k1/default.nix
Expand Up @@ -10,11 +10,11 @@

buildPythonPackage rec {
pname = "secp256k1";
version = "0.12.1";
version = "0.13.2";

src = fetchPypi {
inherit pname version;
sha256 = "0zrjxvzxqm4bz2jcy8sras8jircgbs6dkrw8j3nc6jhvzlikwwxl";
sha256 = "a3b43e02d321c09eafa769a6fc2c156f555cab3a7db62175ef2fd21e16cdf20c";
};

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -35,6 +35,10 @@ buildPythonPackage rec {
py.test tests
'';

postPatch = ''
substituteInPlace setup.py --replace ", 'pytest-runner==2.6.2'" ""
'';

meta = {
homepage = https://github.com/ludbb/secp256k1-py;
description = "Python FFI bindings for secp256k1";
Expand Down

0 comments on commit 21a736b

Please sign in to comment.