mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
nvchecker: 2.14 -> 2.14.1
Diff: https://github.com/lilydjwg/nvchecker/compare/v2.14...v2.14.1 Changelog: https://github.com/lilydjwg/nvchecker/releases/tag/v2.14.1
This commit is contained in:
parent
8b31f30ed9
commit
560609c6c2
@ -21,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nvchecker";
|
||||
version = "2.14";
|
||||
version = "2.14.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -30,15 +30,9 @@ buildPythonPackage rec {
|
||||
owner = "lilydjwg";
|
||||
repo = "nvchecker";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QqfF8PGY8sULv1x0blu21ucWxqhOpQ7jyLuRCzDIpco=";
|
||||
hash = "sha256-V2lTGeaiwUsh8IONbZ5GQrqevJMhjeuFLTDF8UdWg8Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# Fix try/except syntax. Remove with the next release
|
||||
substituteInPlace tests/test_jq.py \
|
||||
--replace-warn "except jq" "except ImportError"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
docutils
|
||||
|
Loading…
Reference in New Issue
Block a user