alembic: 1.8.5 -> 1.8.6

This commit is contained in:
R. Ryantm 2023-09-28 07:06:08 +00:00
parent 56c409f4a9
commit e03fc13fba

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
pname = "alembic";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "alembic";
repo = "alembic";
rev = version;
sha256 = "sha256-wJVx0rwK0Qk07jlP0DyEAZUrAD+47qcVXSnTh5ngZG8=";
sha256 = "sha256-MND1GtnIGUtRrtyUX1eR9UoGGtuTPtVEIIET3QQ6blA=";
};
# note: out is unused (but required for outputDoc anyway)