lol
0
fork

Configure Feed

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

python3Packages.optype: 0.12.0 -> 0.13.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/optype/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "optype"; 15 - version = "0.12.0"; 15 + version = "0.13.1"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "jorenham"; 20 20 repo = "optype"; 21 21 tag = "v${version}"; 22 - hash = "sha256-sDMB9gSYf108Elsqj6Obk+6B4QKiJcStkJndVrIAWQI="; 22 + hash = "sha256-GhG2TR5FJgEXBXLyGTNQKFYtR2iZ0tLgZ9B0YL8SXu8="; 23 23 }; 24 24 25 25 disabled = pythonOlder "3.11";