summary refs log tree commit diff
path: root/pkgs/development/libraries/alembic/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-18 08:40:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-18 08:40:33 +0000
commit3873d53232b66cea570e687d5153d840feb335bd (patch)
treeaaf9cfa5277dffde373171debf2c7364f584dbaa /pkgs/development/libraries/alembic/default.nix
parentc1329a147a5fc2bb49367f6c2cd84bdfeccade43 (diff)
downloadnixpkgs-3873d53232b66cea570e687d5153d840feb335bd.tar
nixpkgs-3873d53232b66cea570e687d5153d840feb335bd.tar.gz
nixpkgs-3873d53232b66cea570e687d5153d840feb335bd.tar.bz2
nixpkgs-3873d53232b66cea570e687d5153d840feb335bd.tar.lz
nixpkgs-3873d53232b66cea570e687d5153d840feb335bd.tar.xz
nixpkgs-3873d53232b66cea570e687d5153d840feb335bd.tar.zst
nixpkgs-3873d53232b66cea570e687d5153d840feb335bd.zip
alembic: 1.8.4 -> 1.8.5
Diffstat (limited to 'pkgs/development/libraries/alembic/default.nix')
-rw-r--r--pkgs/development/libraries/alembic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/alembic/default.nix b/pkgs/development/libraries/alembic/default.nix
index bff46622d45..4efa425ee28 100644
--- a/pkgs/development/libraries/alembic/default.nix
+++ b/pkgs/development/libraries/alembic/default.nix
@@ -3,13 +3,13 @@
 stdenv.mkDerivation rec
 {
   pname = "alembic";
-  version = "1.8.4";
+  version = "1.8.5";
 
   src = fetchFromGitHub {
     owner = "alembic";
     repo = "alembic";
     rev = version;
-    sha256 = "sha256-8dQhOQN0t2Y2kC2wOpQUqbu6Woy4DUmiLqXjf1D+mxE=";
+    sha256 = "sha256-wJVx0rwK0Qk07jlP0DyEAZUrAD+47qcVXSnTh5ngZG8=";
   };
 
   # note: out is unused (but required for outputDoc anyway)