mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #178970 from fabaff/time-machine-bump
python310Packages.time-machine: 2.7.0 -> 2.7.1
This commit is contained in:
commit
ad7a2ccb1b
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
|||||||
"test_schedule_parser_with_a_daily_recurring_enabled_schedule_data"
|
"test_schedule_parser_with_a_daily_recurring_enabled_schedule_data"
|
||||||
"test_schedule_parser_with_a_partial_daily_recurring_enabled_schedule_data"
|
"test_schedule_parser_with_a_partial_daily_recurring_enabled_schedule_data"
|
||||||
"test_schedule_parser_with_a_non_recurring_enabled_schedule_data"
|
"test_schedule_parser_with_a_non_recurring_enabled_schedule_data"
|
||||||
|
"test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "aioswitcher" ];
|
pythonImportsCheck = [ "aioswitcher" ];
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "time-machine";
|
pname = "time-machine";
|
||||||
version = "2.7.0";
|
version = "2.7.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "adamchainz";
|
owner = "adamchainz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-d/jUyzqC4weWdY2x6lf85noE/6gNBFhhDfAaYcwB9XQ=";
|
sha256 = "sha256-bRqljS09IBp/uqbx9hrr1iEwqvAyOWyl4qjKhJqqGzc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user