about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:05:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:46 +0200
commit3854980058e66019b87ee9b63cfe2fc7919eb1d1 (patch)
tree97e0933cb4ed08fa4e70f336cab7916ce193898a /pkgs
parent6b55ec34b72c47db75c2f43f84f3cdc4d54320ca (diff)
python3Packages.alembic: 1.9.4 -> 1.12.0
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 4a60bfca201fd..c1bb0f1d3c7d1 100644
--- a/pkgs/development/python-modules/alembic/default.nix
+++ b/pkgs/development/python-modules/alembic/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "alembic";
-  version = "1.9.4";
+  version = "1.12.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-TTvTLs27e7+0ip/p5tb9aoMaG1nQPibikiECNzc+fbU=";
+    hash = "sha256-jnZFwy5PIAZ15p8HRUFTNetZo2Y/X+tIer+gswxFiIs=";
   };
 
   propagatedBuildInputs = [