diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 09:19:35 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:54 +0200 |
| commit | 1fd01b8f5db6dacbb3db341f20cf52beae9967a6 (patch) | |
| tree | 91402fac63541d64b126d6d03eb61481f6f34be8 /gnu/packages | |
| parent | d129a6fdaeaedd1e470ffcc952d750af276bb50f (diff) | |
gnu: anystyle: Update to 1.4.5.
* gnu/packages/ruby.scm (anystyle): Update to 1.4.5.
[native-inputs]: Add ruby-gdbm.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ruby.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 8cd14f94150..709f9b836b3 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -17912,7 +17912,7 @@ though the later has not yet been packaged for Guix.") (define-public anystyle (package (name "anystyle") - (version "1.3.2") + (version "1.4.5") (source (origin (method git-fetch) (uri (git-reference @@ -17920,7 +17920,7 @@ though the later has not yet been packaged for Guix.") (commit (string-append "v" version)))) (sha256 (base32 - "0yigfyn0n255nc53nx40yqak11dm4fva46hx5db177jh7mnksjd6")) + "10jx830mx9vh7rsz87ndvz8w5b5azd9s231vwyb0dqxs921v6qwy")) (file-name (git-file-name name version)))) (build-system ruby-build-system) (propagated-inputs @@ -17928,7 +17928,8 @@ though the later has not yet been packaged for Guix.") ruby-bibtex-ruby ruby-gli)) (native-inputs - (list txt2man)) + (list ruby-gdbm + txt2man)) (arguments (list #:modules |
