about summary refs log tree commit diff
path: root/pkgs/development/python-modules/git-filter-repo
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-11 08:21:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-11 08:21:06 +0000
commit47315d87bab82ceba4160ae42c3e982a47568277 (patch)
treed467c0c6b40511f4602562ee303a72a649b245a1 /pkgs/development/python-modules/git-filter-repo
parent4b02f74d3c217ed2438b070d49c78b97593a0ede (diff)
python310Packages.git-filter-repo: 2.34.0 -> 2.38.0
Diffstat (limited to 'pkgs/development/python-modules/git-filter-repo')
-rw-r--r--pkgs/development/python-modules/git-filter-repo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/git-filter-repo/default.nix b/pkgs/development/python-modules/git-filter-repo/default.nix
index e6a434c38bd3f..ba666c5abecde 100644
--- a/pkgs/development/python-modules/git-filter-repo/default.nix
+++ b/pkgs/development/python-modules/git-filter-repo/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "git-filter-repo";
-  version = "2.34.0";
+  version = "2.38.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-taCfODhl3goWSwa6F0Rh5V2RZ8xvuwbPKh5i2/DNumM=";
+    sha256 = "sha256-/hdT4Y8L1tPJtXhoyAEa59BWpuurcGcGOWoV71MScl4=";
   };
 
   nativeBuildInputs = [