guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ruby-asciimath: Update to 2.0.4.


From: guix-commits
Subject: 02/06: gnu: ruby-asciimath: Update to 2.0.4.
Date: Fri, 3 Jun 2022 18:13:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7115a075f362dec5294584da7c3f3d62bfc81191
Author: SeerLite <seerlite@nixnet.email>
AuthorDate: Wed May 25 19:29:21 2022 -0400

    gnu: ruby-asciimath: Update to 2.0.4.
    
    gnu/packages/math.scm (ruby-asciimath): Update to 2.0.4.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 54ea2af515..46e5d3a5d0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3822,14 +3822,14 @@ sparse system of linear equations A x = b using 
Gaussian elimination.")
 (define-public ruby-asciimath
   (package
     (name "ruby-asciimath")
-    (version "2.0.1")
+    (version "2.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "asciimath" version))
        (sha256
         (base32
-         "1aapydwwkydbwgz07n7ma3a5jy9n3v0shy6q6j8mi4wr3crhx45a"))))
+         "1fy2jrn3gr7cl33qydp3pwyfilcmb4m4z6hfhnvydzg8r3srp36j"))))
     (build-system ruby-build-system)
     (native-inputs
      (list ruby-nokogiri ruby-rspec))



reply via email to

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