python312Packages.pynobo: 1.8.0 -> 1.8.1

Diff: https://github.com/echoromeo/pynobo/compare/refs/tags/v1.8.0...v1.8.1

Changelog: https://github.com/echoromeo/pynobo/releases/tag/v1.8.1
This commit is contained in:
Fabian Affolter 2024-04-05 23:26:38 +02:00
parent 8a3f23ca03
commit b3e54be76b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pynobo";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "echoromeo";
repo = "pynobo";
rev = "refs/tags/v${version}";
hash = "sha256-Hfyf7XGleDWTKKWNlItcBFuiS3UEwsYed7v5FPRdC0w=";
hash = "sha256-OSgpT9CLkfnv1BLAJApZUs3vMc1WE2eG7ZrinCLy/0U=";
};
build-system = [