nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python3Packages.whenever: 0.8.7 -> 0.8.8

R. Ryantm a5eb1183 4edcaa16

+3 -3
+3 -3
pkgs/development/python-modules/whenever/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "whenever"; 23 - version = "0.8.7"; 23 + version = "0.8.8"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.9"; ··· 29 29 owner = "ariebovenberg"; 30 30 repo = "whenever"; 31 31 tag = version; 32 - hash = "sha256-SQtYoxvAoCdUDVi/jXSiSUMo+7Aa5GUX0dip9486Urg="; 32 + hash = "sha256-i9zUf0oRcG4993Q0kkfndfcEe+mLYFcqrIlg7idKDGY="; 33 33 }; 34 34 35 35 cargoDeps = rustPlatform.fetchCargoVendor { 36 36 inherit src; 37 - hash = "sha256-qIIi1yKHaVz7NegOunzzdoQbeAavbdXPM4MBupLebDs="; 37 + hash = "sha256-j4sxIcJa406HCDkTJCSU8H+yo2Jth1p8+CaNWlUaIUs="; 38 38 }; 39 39 40 40 build-system = [