guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/17: gnu: ruby-asciimath: Update to 2.0.1.


From: guix-commits
Subject: 01/17: gnu: ruby-asciimath: Update to 2.0.1.
Date: Sat, 11 Jul 2020 14:30:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b17a48d0353e6b4b6b327564f984e354074a638b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jul 9 01:54:41 2020 -0400

    gnu: ruby-asciimath: Update to 2.0.1.
    
    * gnu/packages/maths.scm (ruby-asciimath): Update to 2.0.1.
    [arguments]: Remove.
    [native-inputs]: Remove bundler, add ruby-nokogiri.
---
 gnu/packages/maths.scm | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 051164f..e5b336a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2616,28 +2616,17 @@ sparse system of linear equations A x = b using 
Gaussian elimination.")
 (define-public ruby-asciimath
   (package
     (name "ruby-asciimath")
-    (version "1.0.4")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "asciimath" version))
        (sha256
         (base32
-         "1d80kiph5mc78zps7si1hv48kv4k12mzaq8jk5kb3pqpjdr72qmc"))))
+         "1aapydwwkydbwgz07n7ma3a5jy9n3v0shy6q6j8mi4wr3crhx45a"))))
     (build-system ruby-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         ;; Apply this patch
-         ;; 
https://github.com/asciidoctor/asciimath/commit/1c06fdc8086077f4785479f78b0823a4a72d7948
-         (add-after 'unpack 'patch-remove-spurious-backslashes
-           (lambda _
-             (substitute* "spec/parser_spec.rb"
-               (("\\\\\"")
-                "\""))
-             #t)))))
     (native-inputs
-     `(("bundler" ,bundler)
+     `(("ruby-nokogiri" ,ruby-nokogiri)
        ("ruby-rspec" ,ruby-rspec)))
     (synopsis "AsciiMath parsing and conversion library")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]