lol

python313Packages.x-wr-timezone: 2.0.0 -> 2.0.1

Diff: https://github.com/niccokunzmann/x-wr-timezone/compare/refs/tags/v2.0.0...v2.0.1

Changelog: https://github.com/niccokunzmann/x-wr-timezone/blob/refs/tags/v2.0.1/README.rst#changelog

+3 -3
+3 -3
pkgs/development/python-modules/x-wr-timezone/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "x-wr-timezone"; 18 - version = "2.0.0"; 18 + version = "2.0.1"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "niccokunzmann"; 23 23 repo = "x-wr-timezone"; 24 24 tag = "v${version}"; 25 - hash = "sha256-F/bNETgscbhEkpG/D1eSJaBNdpi0+xEYuNL4RURGST0="; 25 + hash = "sha256-Llpe3Z0Yfd0vRgx95D4YVrnNJk0g/VqPuNvtUrUpFk0="; 26 26 }; 27 27 28 28 build-system = [ setuptools ]; ··· 48 48 pythonImportsCheck = [ "x_wr_timezone" ]; 49 49 50 50 meta = { 51 - changelog = "https://github.com/niccokunzmann/x-wr-timezone/blob/${src.rev}/README.rst#changelog"; 51 + changelog = "https://github.com/niccokunzmann/x-wr-timezone/blob/${src.tag}/README.rst#changelog"; 52 52 description = "Convert calendars using X-WR-TIMEZONE to standard ones"; 53 53 homepage = "https://github.com/niccokunzmann/x-wr-timezone"; 54 54 license = lib.licenses.lgpl3Plus;