1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

gnu: youplot: Update to 0.4.6.

* gnu/packages/plotutils.scm (youplot): Update to 0.4.6.
This commit is contained in:
Nicolas Graves
2025-06-18 16:27:35 +02:00
committed by Andreas Enge
parent 5437821e46
commit f0e9e5d84a
+2 -2
View File
@@ -495,7 +495,7 @@ histogram, lineplot, and scatterplot.")
(define-public youplot
(package
(name "youplot")
(version "0.4.5")
(version "0.4.6")
;; Source at RubyGems.org doesn't have tests.
(source (origin
(method git-fetch)
@@ -505,7 +505,7 @@ histogram, lineplot, and scatterplot.")
(file-name (git-file-name name version))
(sha256
(base32
"1y54apw7hx9mhjnf277w9wayvq954mdnip4dpajhc0qjg2464c2b"))))
"1r9s8ls4f8w36fmja9vcl9wqdl9ikf8w7565srcn7i2wyza9bf7j"))))
(build-system ruby-build-system)
(native-inputs (list ruby-rake ruby-simplecov ruby-test-unit))
(propagated-inputs (list ruby-unicode-plot))