Merge pull request #138247 from fabaff/bump-pook
python3Packages.pook: 1.0.1 -> 1.0.2
This commit is contained in:
commit
84258ded4c
1 changed files with 2 additions and 12 deletions
|
@ -2,7 +2,6 @@
|
|||
, aiohttp
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, furl
|
||||
, jsonschema
|
||||
, nose
|
||||
|
@ -14,25 +13,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pook";
|
||||
version = "1.0.1";
|
||||
version = "1.0.2";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "h2non";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0z48vswj07kr2sdvq5qzrwqyijpmj2rlnh2z2b32id1mckr6nnz8";
|
||||
sha256 = "sha256-4OGcnuajGdBRlXCYwbTK/zLNQRrir60qCYajHRRCpkU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
# Will be fixed with the new release, https://github.com/h2non/pook/issues/69
|
||||
name = "use-match-keyword-in-pytest.patch";
|
||||
url = "https://github.com/h2non/pook/commit/2071da27701c82ce02b015e01e2aa6fd203e7bb5.patch";
|
||||
sha256 = "0i3qcpbdqqsnbygi46dyqamgkh9v8rhpbm4lkl75riw48j4n080k";
|
||||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
furl
|
||||
|
|
Loading…
Reference in a new issue