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:
Maxim Cournoyer 2023-01-05 22:34:48 -05:00
parent 83e6953021
commit c2501fa8fc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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