mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: anystyle: Update to 1.3.2.
* gnu/packages/ruby.scm (anystyle): Update to 1.3.2. [source]: Adjust URL.
This commit is contained in:
parent
83e6953021
commit
c2501fa8fc
1 changed files with 3 additions and 3 deletions
|
@ -13625,15 +13625,15 @@ (define-public ruby-anystyle
|
|||
(define-public anystyle
|
||||
(package
|
||||
(name "anystyle")
|
||||
(version "1.3.1")
|
||||
(version "1.3.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/inukshuk/anystyle-cli")
|
||||
(commit version)))
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1bazzms04cra8516q7vydmcm31yd0a7si1pxk4waffqy7lh0pksg"))
|
||||
"0yigfyn0n255nc53nx40yqak11dm4fva46hx5db177jh7mnksjd6"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system ruby-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue