From e3e8b45fef11ec5af42973cbfc8ad4f8d30ccd16 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 16 Apr 2025 10:24:28 +0200 Subject: [PATCH] python312Packages.env-canada: 0.8.0 -> 0.10.1 Changelog: https://github.com/michaeldavie/env_canada/blob/v0.10.1/CHANGELOG.md --- pkgs/development/python-modules/env-canada/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/env-canada/default.nix b/pkgs/development/python-modules/env-canada/default.nix index 617ecdb8d7f9..69705997f4f9 100644 --- a/pkgs/development/python-modules/env-canada/default.nix +++ b/pkgs/development/python-modules/env-canada/default.nix @@ -18,15 +18,15 @@ buildPythonPackage rec { pname = "env-canada"; - version = "0.8.0"; + version = "0.10.1"; pyproject = true; - disabled = pythonOlder "3.10"; + disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "michaeldavie"; repo = "env_canada"; - tag = "v${version}"; + tag = version; hash = "sha256-4PztYdQmMH2n3dlV8arJ2UFGp08nkIK80L460UdNhV8="; }; @@ -66,7 +66,7 @@ buildPythonPackage rec { description = "Python library to get Environment Canada weather data"; homepage = "https://github.com/michaeldavie/env_canada"; changelog = "https://github.com/michaeldavie/env_canada/blob/v${version}/CHANGELOG.md"; - license = with licenses; [ mit ]; + license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }