Merge pull request #225027 from marsam/update-nvchecker
python310Packages.nvchecker: 2.10 -> 2.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, appdirs
|
||||
, platformdirs
|
||||
, buildPythonPackage
|
||||
, docutils
|
||||
, fetchFromGitHub
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nvchecker";
|
||||
version = "2.10";
|
||||
format = "setuptools";
|
||||
version = "2.11";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
owner = "lilydjwg";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-NxHeHT56JCu8Gn/B4IcvPtgGcWH8V9CUQkJeKFcGk/Q=";
|
||||
hash = "sha256-b/EGn26gTpnYuy2h6shnJI1dRwhl41eKJHzDJoFG1YI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
appdirs
|
||||
platformdirs
|
||||
packaging
|
||||
pycurl
|
||||
setuptools
|
||||
|
||||
Reference in New Issue
Block a user