From 60e2b8b868ad620933f377b7cf6ec1ffcc3230ca Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 17 Jun 2023 13:22:47 +0200 Subject: [PATCH] python311Packages.time-machine: 2.9.0 -> 2.10.0 Diff: https://github.com/adamchainz/time-machine/compare/2.9.0...2.10.0 --- pkgs/development/python-modules/time-machine/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/time-machine/default.nix b/pkgs/development/python-modules/time-machine/default.nix index 6863a02855a0..5d3216f0321d 100644 --- a/pkgs/development/python-modules/time-machine/default.nix +++ b/pkgs/development/python-modules/time-machine/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "time-machine"; - version = "2.9.0"; + version = "2.10.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "adamchainz"; repo = pname; rev = version; - hash = "sha256-mE9unzVh0QXSl93hHH43o8AshDEzrl2NXsBJ2fph5is="; + hash = "sha256-4nIKJKZR3H1jaubGTxW1U5pBWTv3lzKiuXgDvGYeUsY="; }; propagatedBuildInputs = [