lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/pynobo/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pynobo"; 9 - version = "1.6.1"; 9 + version = "1.7.0"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; ··· 15 15 owner = "echoromeo"; 16 16 repo = pname; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-T86d3HGu6hsc54+ocCbINsInH/qHL9+HhOXDQ0I8QGA="; 18 + hash = "sha256-LJS4NJM+f+j53YzH8LradBDzHAsOprd4F7nH1cfC3B0="; 19 19 }; 20 20 21 21 # Project has no tests