python312Packages.pynobo: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-03-28 09:31:18 +00:00
parent e0188a425e
commit f93c82f96e
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "pynobo";
version = "1.7.0";
version = "1.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "echoromeo";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LJS4NJM+f+j53YzH8LradBDzHAsOprd4F7nH1cfC3B0=";
hash = "sha256-Hfyf7XGleDWTKKWNlItcBFuiS3UEwsYed7v5FPRdC0w=";
};
# Project has no tests