diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-18 16:27:35 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:06 +0200 |
| commit | f0e9e5d84ab0414983a23f266885da713f53f0c1 (patch) | |
| tree | 5613cf22982686fac17f8f09d5c8787eafb59f0d /gnu/packages/plotutils.scm | |
| parent | 5437821e4631e156abf103660232a689ad587d70 (diff) | |
gnu: youplot: Update to 0.4.6.
* gnu/packages/plotutils.scm (youplot): Update to 0.4.6.
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index fd63e6952cb..5276f96fea3 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)) |
