python311Packages.pynobo: 1.6.1 -> 1.7.0

Diff: https://github.com/echoromeo/pynobo/compare/refs/tags/v1.6.1...v1.7.0

Changelog: https://github.com/echoromeo/pynobo/releases/tag/v1.7.0
This commit is contained in:
Fabian Affolter 2023-09-27 10:16:34 +02:00
parent 4d3a8e215a
commit 845a8acbff

View file

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