mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-tzinfo-data: Update to 1.2025.2.
* gnu/packages/ruby-xyz.scm (ruby-tzinfo-data): Update to 1.2025.2. [arguments]{phases}: Adapt phase 'pre-check. [native-inputs]: Update accordingly.
This commit is contained in:
parent
8a24e40980
commit
15c88b6717
1 changed files with 15 additions and 16 deletions
|
@ -6849,7 +6849,7 @@ aware transformations between times in different time zones.")
|
||||||
(define-public ruby-tzinfo-data
|
(define-public ruby-tzinfo-data
|
||||||
(package
|
(package
|
||||||
(name "ruby-tzinfo-data")
|
(name "ruby-tzinfo-data")
|
||||||
(version "1.2023.3")
|
(version "1.2025.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6860,8 +6860,7 @@ aware transformations between times in different time zones.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "00hsw1rga03js3la1fdjvzlixqjjg5fw3xpx71mppkhk61ks728f"))))
|
||||||
"1v3fpfmw485lsc9bfqfcasb9j25g9ywfpmmk648l2vdsh7nipilf"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -6883,40 +6882,40 @@ aware transformations between times in different time zones.")
|
||||||
((" sh\\(\\\"make -C" text)
|
((" sh\\(\\\"make -C" text)
|
||||||
(string-append " sh(\"sed -i 's@/bin/sh@sh@' #{tzdb_combined_path}/Makefile \")\n"
|
(string-append " sh(\"sed -i 's@/bin/sh@sh@' #{tzdb_combined_path}/Makefile \")\n"
|
||||||
" sh(\"sed -i 's@cc=@cc?=@' #{tzdb_combined_path}/Makefile \")\n" text)))
|
" sh(\"sed -i 's@cc=@cc?=@' #{tzdb_combined_path}/Makefile \")\n" text)))
|
||||||
(setenv "cc" #$(cc-for-target)))))))
|
(setenv "CC" #$(cc-for-target)))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-tzinfo))
|
(list ruby-tzinfo))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("tzdata"
|
`(("tzdata"
|
||||||
,(file-union "tzdata-for-ruby-tzdata-info"
|
,(file-union "tzdata-for-ruby-tzdata-info"
|
||||||
`(("tzdata2023c.tar.gz"
|
`(("tzdata2025b.tar.gz"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://data.iana.org/time-zones/releases/tzdata2023c.tar.gz")
|
(uri "https://data.iana.org/time-zones/releases/tzdata2025b.tar.gz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p4nvp5bdxxdqh269nvvcfrpycbbfwm31al5whwbpsaa3dfhnl9z"))))
|
"0x0lswl5v3q3ml8ig4djc76p9zc593xajzp22x881isz6h9h908i"))))
|
||||||
("tzdata2023c.tar.gz.asc"
|
("tzdata2025b.tar.gz.asc"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://data.iana.org/time-zones/releases/tzdata2023c.tar.gz.asc")
|
(uri "https://data.iana.org/time-zones/releases/tzdata2025b.tar.gz.asc")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mrmhczs5qnj1zp6gh4pg6fm0iblr2jmzy0fgh9slinwxmn7pv6m"))))
|
"0ss9h9nqy4hb09ywzsgqrs33l92w8kbjd7m8ahvi9h3mh4jhd742"))))
|
||||||
("tzcode2023c.tar.gz"
|
("tzcode2025b.tar.gz"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://data.iana.org/time-zones/releases/tzcode2023c.tar.gz")
|
(uri "https://data.iana.org/time-zones/releases/tzcode2025b.tar.gz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rqln88ki0jagi372nqyn7bs03rf2l33081sy2835mwsn4mpzla6"))))
|
"1v1mw6599afdcmf5dal7zvjbl3caibkzmlw7kka71vi56pdzxy05"))))
|
||||||
("tzcode2023c.tar.gz.asc"
|
("tzcode2025b.tar.gz.asc"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://data.iana.org/time-zones/releases/tzcode2023c.tar.gz.asc")
|
(uri "https://data.iana.org/time-zones/releases/tzcode2025b.tar.gz.asc")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jbx8xjv75qfh7bxa2xmrf97r37057y89rhmrq1gz8s6b8qlzb2i")))))))))
|
"13vj6s9mvw9083xhzyzzs1a4lgyfqmibx6k2rh4nb2ggy3gmwa22")))))))))
|
||||||
(synopsis "Data from the IANA Time Zone database")
|
(synopsis "Data from the IANA Time Zone database")
|
||||||
(description
|
(description
|
||||||
"This library provides @code{TZInfo::Data}, which contains data from the
|
"This library provides @code{TZInfo::Data}, which contains data from the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue