about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:56 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:11 +0200
commitbac027a574910819ded24c518aa086aae7f5359f (patch)
tree9c6fc95701e2a2a3872c0fa5193259abbfc2b90a /pkgs
parent33c1c7bc99dba6dd6af44681e4ab7ea844eb550a (diff)
python3Packages.alembic: 1.7.1 -> 1.7.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/alembic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/alembic/default.nix b/pkgs/development/python-modules/alembic/default.nix
index af8b1fc372159..957b82e144672 100644
--- a/pkgs/development/python-modules/alembic/default.nix
+++ b/pkgs/development/python-modules/alembic/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "alembic";
-  version = "1.7.1";
+  version = "1.7.4";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "aea964d3dcc9c205b8759e4e9c1c3935ea3afeee259bffd7ed8414f8085140fb";
+    sha256 = "9d33f3ff1488c4bfab1e1a6dfebbf085e8a8e1a3e047a43ad29ad1f67f012a1d";
   };
 
   propagatedBuildInputs = [