diff options
author | SeerLite <seerlite@nixnet.email> | 2022-05-25 19:29:21 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-04 00:11:44 +0200 |
commit | 7115a075f362dec5294584da7c3f3d62bfc81191 (patch) | |
tree | 61f7274441f9145e6faa634943e9ccf05f9f64e7 | |
parent | 017ed4bc22c0a01108819e5e9a17d281b368d4ff (diff) | |
download | guix-7115a075f362dec5294584da7c3f3d62bfc81191.tar.gz guix-7115a075f362dec5294584da7c3f3d62bfc81191.zip |
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>
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files 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)) |