aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/alembic
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-29 11:15:29 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-12-29 20:15:29 +0100
commitf1547326cfd370575ec07ca31a4eb8f5a6b630e6 (patch)
tree0c41ae2a49e2c1ccf246593cda632735433dcac5 /pkgs/development/libraries/alembic
parent324f018fb5f9b01f08fe8258f233eb720ad35cfe (diff)
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
Diffstat (limited to 'pkgs/development/libraries/alembic')
-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 7dd0fcb55905..48ca86aaa4b7 100644
--- a/pkgs/development/libraries/alembic/default.nix
+++ b/pkgs/development/libraries/alembic/default.nix
@@ -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" ];