mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
d129a6fdae
commit
1fd01b8f5d
1 changed files with 4 additions and 3 deletions
|
@ -17912,7 +17912,7 @@ though the later has not yet been packaged for Guix.")
|
||||||
(define-public anystyle
|
(define-public anystyle
|
||||||
(package
|
(package
|
||||||
(name "anystyle")
|
(name "anystyle")
|
||||||
(version "1.3.2")
|
(version "1.4.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -17920,7 +17920,7 @@ though the later has not yet been packaged for Guix.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yigfyn0n255nc53nx40yqak11dm4fva46hx5db177jh7mnksjd6"))
|
"10jx830mx9vh7rsz87ndvz8w5b5azd9s231vwyb0dqxs921v6qwy"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -17928,7 +17928,8 @@ though the later has not yet been packaged for Guix.")
|
||||||
ruby-bibtex-ruby
|
ruby-bibtex-ruby
|
||||||
ruby-gli))
|
ruby-gli))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list txt2man))
|
(list ruby-gdbm
|
||||||
|
txt2man))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:modules
|
#:modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue