mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-tzinfo: Update to 2.0.6-0.5cfebcb.
* gnu/packages/ruby-xyz.scm (ruby-tzinfo): Update to 2.0.6-0.5cfebcb.
This commit is contained in:
parent
b2d6cd0388
commit
ed4279f64f
1 changed files with 43 additions and 41 deletions
|
@ -6796,20 +6796,22 @@ utilities for Ruby.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public ruby-tzinfo
|
(define-public ruby-tzinfo
|
||||||
|
;; XXX: Unreleased for Ruby@3.3.
|
||||||
|
(let ((commit "5cfebcbdbe3beff2a254ea0709a1586968a301a0")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "ruby-tzinfo")
|
(name "ruby-tzinfo")
|
||||||
(version "2.0.6")
|
(version (git-version "2.0.6" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
;; Pull from git because the gem has no tests.
|
;; Pull from git because the gem has no tests.
|
||||||
(url "https://github.com/tzinfo/tzinfo")
|
(url "https://github.com/tzinfo/tzinfo")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "02sp9pp3qxds1cw8kks3iha6ib5wrjybh4d2qjm0rksrqkq1gd6q"))))
|
||||||
"1n1gzjqwwnx209h8d054miva0y7x17db2ahy7jav5r25ibhh7rgm"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -6838,7 +6840,7 @@ utilities for Ruby.")
|
||||||
(description "TZInfo is a Ruby library that provides daylight savings
|
(description "TZInfo is a Ruby library that provides daylight savings
|
||||||
aware transformations between times in different time zones.")
|
aware transformations between times in different time zones.")
|
||||||
(home-page "https://tzinfo.github.io")
|
(home-page "https://tzinfo.github.io")
|
||||||
(license license:expat)))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public ruby-tzinfo-data
|
(define-public ruby-tzinfo-data
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue