alembic: 1.8.7 -> 1.8.8

This commit is contained in:
R. Ryantm
2024-12-03 10:10:11 +00:00
parent afd9ca8bf0
commit 185997b789
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
pname = "alembic";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "alembic";
repo = "alembic";
rev = version;
hash = "sha256-EJZvbaGP9aea/UvcXmFbI3Y2/xTkdqORdzyz5ch931A=";
hash = "sha256-R69UYyvLnMwv1JzEQ6S6elvR83Rmvc8acBJwSV/+hCk=";
};
# note: out is unused (but required for outputDoc anyway)