python311Packages.time-machine: 2.10.0 -> 2.11.0

Diff: https://github.com/adamchainz/time-machine/compare/2.10.0...2.11.0
This commit is contained in:
Fabian Affolter 2023-07-10 22:55:01 +02:00
parent 248eda9687
commit a53e2257c2

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "time-machine";
version = "2.10.0";
version = "2.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "adamchainz";
repo = pname;
rev = version;
hash = "sha256-4nIKJKZR3H1jaubGTxW1U5pBWTv3lzKiuXgDvGYeUsY=";
hash = "sha256-4HwHNowif0/YflznQrn8YRITjuiaBCB2mFIO0iCf6tA=";
};
propagatedBuildInputs = [