guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 8b02d082fdcfc4b650e8ff8ab596884c1075bc1f
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:35 2025 +0200
gnu: youplot: Update to 0.4.6.
* gnu/packages/plotutils.scm (youplot): Update to 0.4.6.
---
gnu/packages/plotutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index fd63e6952c..5276f96fea 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -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))