about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-16 00:03:54 +0200
committerGitHub <noreply@github.com>2022-05-16 00:03:54 +0200
commit325152fdd430d076d436967956b1d6ab959a543e (patch)
tree0e44849ac2d7cb398481a6ec14a62da532d06fea /pkgs
parentb30ca1d27e58b007122734fd12a8f0b1dd4e6f1d (diff)
parent74215d8749ca11144156c7c769ed92eb9e29e91a (diff)
Merge pull request #173014 from fabaff/bump-time-machine
python310Packages.time-machine: 2.6.0 -> 2.7.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/time-machine/default.nix4
1 files 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 8ac7f66565b73..f840512c7d519 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.6.0";
+  version = "2.7.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "adamchainz";
     repo = pname;
     rev = version;
-    sha256 = "sha256-D3cbArF09b5+LkkdosNbYMfndnzCPWwNqzIww23pOtk=";
+    sha256 = "sha256-d/jUyzqC4weWdY2x6lf85noE/6gNBFhhDfAaYcwB9XQ=";
   };
 
   propagatedBuildInputs = [