Message ID | e2367c08dc9e66e0ddaa39061201508ba0fb9e11.1480669122.git.leo@famulari.name |
---|---|
State | New |
Headers | show |
Leo Famulari <leo@famulari.name> writes: > * gnu/packages/base.scm (tzdata): Update to 2016j. > --- > gnu/packages/base.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) LGTM! Can probably be snuck in on staging before freeze. Could you switch source and home-page to HTTPS as well? :)
On Fri, Dec 02, 2016 at 11:54:38AM +0100, Marius Bakke wrote: > Leo Famulari <leo@famulari.name> writes: > > > * gnu/packages/base.scm (tzdata): Update to 2016j. > > --- > > gnu/packages/base.scm | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > LGTM! Can probably be snuck in on staging before freeze. Could you > switch source and home-page to HTTPS as well? :) Thanks for noticing the new HTTPS URLs! Pushed to staging.
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 1c01874bb..545da2729 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -939,7 +939,7 @@ command.") (define-public tzdata (package (name "tzdata") - (version "2016g") + (version "2016j") (source (origin (method url-fetch) (uri (string-append @@ -947,7 +947,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "1lgbh49bsbysibzr7imjsh1xa7pqmimphxvvwh6kncj7pjr3fw9w")))) + "1j4xycpwhs57qnkcxwh3np8wnf3km69n3cf4w6p2yv2z247lxvpm")))) (build-system gnu-build-system) (arguments '(#:tests? #f @@ -995,7 +995,7 @@ command.") version ".tar.gz")) (sha256 (base32 - "0azsz436vd65bkdkdmjgsh7zhh0whnqqfliva45191krmm3hpy8z")))))) + "1dxhrk4z0n2di8p0yd6q00pa6bwyz5xqbrfbasiz8785ni7zrvxr")))))) (home-page "http://www.iana.org/time-zones") (synopsis "Database of current and historical time zones") (description "The Time Zone Database (often called tz or zoneinfo)