python310Packages.pynobo: 1.5.0 -> 1.6.0

This commit is contained in:
Fabian Affolter 2022-10-24 16:01:14 +02:00
parent 45454cd8ed
commit 19d86c4e2d

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "pynobo";
version = "1.5.0";
version = "1.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "echoromeo";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-msJClYHljib8sATooI8q4irz6cC8hEgvcxLmmgatvwU=";
hash = "sha256-YbQfdOLO1gs7+oiwe4rDmmD1o7MG+vma5xPlrtNZ00M=";
};
# Project has no tests