diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-02 10:47:20 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-02 10:50:48 +0100 |
| commit | 1960f3cb8a2690bdaec9c78db3d476fd0ec5fb99 (patch) | |
| tree | 963cd962730f96f9b0542301debd2ca723835c62 | |
| parent | c97252f9051e556793ff5bd626c3e902812642ee (diff) | |
gnu: ronn-ng: Update to 0.10.1.
* gnu/packages/groff.scm (ronn-ng): Update to 0.10.1.
[arguments] <phases>: Remove 'patch-test.
Change-Id: Id266c4f76e1449d48feac025fd34a759bbd7585c
| -rw-r--r-- | gnu/packages/groff.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index 5434c308880..0ec7c214afc 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -219,26 +219,19 @@ It is typically used to display man pages on a web site.") (define-public ronn-ng (package (name "ronn-ng") - (version "0.9.1") + (version "0.10.1") (source (origin (method url-fetch) (uri (rubygems-uri "ronn-ng" version)) (sha256 (base32 - "1slxfg57cabmh98fw507z4ka6lwq1pvbrqwppflxw6700pi8ykfh")))) + "1h2y2v3wkl5c710wfanqwxlxi74l1ssva8yrzsg8iypvq22h3ssf")))) (build-system ruby-build-system) (arguments (list #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'patch-test - (lambda _ - ;; TODO This should be removed once the upstream fix is released - ;; https://github.com/apjanke/ronn-ng/commit/e194bf62b1d0c0828cc83405e60dc5ece829e62f - (substitute* "test/test_ronn_document.rb" - (("YAML\\.load\\(@doc\\.to_yaml\\)") - "YAML.load(@doc.to_yaml, permitted_classes: [Time])")))) (add-after 'extract-gemspec 'fix-gemspec-mustache (lambda _ (substitute* "ronn-ng.gemspec" |
