From 863ba5c7e0ce2e06f13916026203fe293762ac70 Mon Sep 17 00:00:00 2001 From: Yacine Hmito Date: Thu, 5 May 2016 12:18:24 +0200 Subject: [PATCH] asciidoctor: Bumped yanked dependency asciidoctor-latex: 1.5.0.6.dev -> 1.5.0.8.dev See NixOS/nixpkgs/pull/15135#issuecomment-216984749 This optional dependency may be removed if this happens too often --- pkgs/tools/typesetting/asciidoctor/Gemfile.lock | 4 ++-- pkgs/tools/typesetting/asciidoctor/gemset.nix | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pkgs/tools/typesetting/asciidoctor/Gemfile.lock b/pkgs/tools/typesetting/asciidoctor/Gemfile.lock index 6f704c44ac09..fc0abf038a92 100644 --- a/pkgs/tools/typesetting/asciidoctor/Gemfile.lock +++ b/pkgs/tools/typesetting/asciidoctor/Gemfile.lock @@ -11,7 +11,7 @@ GEM thread_safe (~> 0.3.5) asciidoctor-diagram (1.4.0) asciidoctor (~> 1.5.0) - asciidoctor-latex (1.5.0.6.dev) + asciidoctor-latex (1.5.0.8.dev) asciidoctor (~> 1.5, >= 1.5.2) htmlentities (~> 4.3) opal (~> 0.6.3) @@ -25,7 +25,7 @@ GEM safe_yaml (~> 1.0.4) thread_safe (~> 0.3.5) treetop (= 1.5.3) - concurrent-ruby (1.0.1) + concurrent-ruby (1.0.2) css_parser (1.4.1) addressable hashery (2.1.2) diff --git a/pkgs/tools/typesetting/asciidoctor/gemset.nix b/pkgs/tools/typesetting/asciidoctor/gemset.nix index b53e0765d5f5..0c67be72e8ad 100644 --- a/pkgs/tools/typesetting/asciidoctor/gemset.nix +++ b/pkgs/tools/typesetting/asciidoctor/gemset.nix @@ -40,7 +40,6 @@ version = "1.0.0.alpha.1"; }; asciidoctor-diagram = { - dependencies = ["asciidoctor"]; source = { remotes = ["https://rubygems.org"]; sha256 = "0yb2gqzzbvgf5im0bhv26s3h09m9m6a0pjlq3swqcvwi1szc64k5"; @@ -51,10 +50,10 @@ asciidoctor-latex = { source = { remotes = ["https://rubygems.org"]; - sha256 = "0kzql61w4phr45w771lvmlmvg22h2wd11n9frrzk3k7psqqd7k61"; + sha256 = "0wdrhcxz0sz9kx2zxn3qbqm5p664n9gzvv3lmg3214pj3si5wxnn"; type = "gem"; }; - version = "1.5.0.6.dev"; + version = "1.5.0.8.dev"; }; asciidoctor-pdf = { source = { @@ -67,10 +66,10 @@ concurrent-ruby = { source = { remotes = ["https://rubygems.org"]; - sha256 = "13igpwgbsq701vzh1lrxs9dlqdgs58kflw8vw35644amwnj1cmjn"; + sha256 = "1kb4sav7yli12pjr8lscv8z49g52a5xzpfg3z9h8clzw6z74qjsw"; type = "gem"; }; - version = "1.0.1"; + version = "1.0.2"; }; css_parser = { source = {