Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.pylitterbot: 2023.4.11 -> 2023.5.0

+2 -2
+2 -2
pkgs/development/python-modules/pylitterbot/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pylitterbot"; 19 - version = "2023.4.11"; 19 + version = "2023.5.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "natekspencer"; 26 26 repo = "pylitterbot"; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-OTyQgcGGNktCgYJN33SZn7La7ec+gwR/yVDuH7kcEh4="; 28 + hash = "sha256-MSQdX2PKQohmPGqtRZnUmCCVgKgaf4+cHAUItiPv7pY="; 29 29 }; 30 30 31 31 build-system = [