Merge pull request #265511 from dotlambda/x-wr-timezone-0.0.6

python311Packages.x-wr-timezone: 0.0.5 -> 0.0.6
This commit is contained in:
OTABI Tomoya 2023-11-05 10:50:44 +09:00 committed by GitHub
commit c2f8916dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "x-wr-timezone";
version = "0.0.5";
version = "0.0.6";
format = "setuptools";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "niccokunzmann";
repo = "x-wr-timezone";
rev = "v${version}";
hash = "sha256-vUhAq6b5I0gYbXmbElxSSL6Mu9BSLs0uT5gb8zXdmpg=";
hash = "sha256-9B1gXabpZsJSHYUHLu6bBGidO3C5m/I0oOc5U/mbX0I=";
};
propagatedBuildInputs = [
@ -42,6 +42,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "x_wr_timezone" ];
meta = {
changelog = "https://github.com/niccokunzmann/x-wr-timezone/blob/${src.rev}/README.rst#changelog";
description = "Convert calendars using X-WR-TIMEZONE to standard ones";
homepage = "https://github.com/niccokunzmann/x-wr-timezone";
license = lib.licenses.lgpl3Plus;