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

python311Packages.time-machine: 2.11.0 -> 2.12.0

Diff: https://github.com/adamchainz/time-machine/compare/2.11.0...2.12.0

authored by Fabian Affolter and committed by Martin Weinelt 8c4093db d8484487

+2 -2
+2 -2
pkgs/development/python-modules/time-machine/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "time-machine"; 13 - version = "2.11.0"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "adamchainz"; 20 repo = pname; 21 rev = version; 22 - hash = "sha256-4HwHNowif0/YflznQrn8YRITjuiaBCB2mFIO0iCf6tA="; 23 }; 24 25 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "time-machine"; 13 + version = "2.12.0"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "adamchainz"; 20 repo = pname; 21 rev = version; 22 + hash = "sha256-vBww78/3vC3IA4Nh9Ne+rBo/CO9FggjP+TUUV2/ih9c="; 23 }; 24 25 propagatedBuildInputs = [