mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-anystyle-data: Update to 1.3.0.
* gnu/packages/ruby.scm (ruby-anystyle-data): Update to 1.3.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c39057c1e3
commit
1680124620
1 changed files with 3 additions and 3 deletions
|
@ -17740,15 +17740,15 @@ the power of the built-in @code{OptionParser}.")
|
|||
(define-public ruby-anystyle-data
|
||||
(package
|
||||
(name "ruby-anystyle-data")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/inukshuk/anystyle-data")
|
||||
(commit version)))
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"025mxa7r9d7izqn6bc1wr40ijp64da0jh211prlpjl6svilgd6rm"))
|
||||
"1jh880310m3gjdrk4m8rwwnsf0824zkf26clpr8p64sac2fyy907"))
|
||||
(snippet
|
||||
;; remove pre-built file
|
||||
#~(delete-file "lib/anystyle/data/dict.txt.gz"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue