lol
fork

Configure Feed

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

python310Packages.pynobo: 1.5.0 -> 1.6.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.5.0"; 9 + version = "1.6.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-msJClYHljib8sATooI8q4irz6cC8hEgvcxLmmgatvwU="; 18 + hash = "sha256-YbQfdOLO1gs7+oiwe4rDmmD1o7MG+vma5xPlrtNZ00M="; 19 19 }; 20 20 21 21 # Project has no tests