alembic: 1.7.9 -> 1.7.10 (#52927)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alembic/versions
This commit is contained in:
R. RyanTM 2018-12-29 11:15:29 -08:00 committed by Timo Kaufmann
parent 324f018fb5
commit f1547326cf

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
name = "alembic-${version}";
version = "1.7.9";
version = "1.7.10";
src = fetchFromGitHub {
owner = "alembic";
repo = "alembic";
rev = "${version}";
sha256 = "0xyclln1m4079akr31vib242912004lln678prda0qwmwvsdrf7z";
sha256 = "186wwlbz90gmzr4vsykk4z8bgkd45yhbyfpn8bqwidf9fcimcr2a";
};
outputs = [ "bin" "dev" "out" "lib" ];