Merge pull request #305524 from marsam/update-nvchecker

nvchecker: 2.14 -> 2.14.1
This commit is contained in:
Mario Rodas 2024-04-21 18:57:41 -05:00 committed by GitHub
commit fd1279914d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 8 deletions

View File

@ -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