From 868a66523e8fd6c5f3f88c2d15fdb0b2ad6d623e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 20 Apr 2025 17:09:55 +0200 Subject: [PATCH] python313Packages.env-canada: fix the 0.10.1 update The update did not bump the src fod hahs. --- pkgs/development/python-modules/env-canada/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/env-canada/default.nix b/pkgs/development/python-modules/env-canada/default.nix index 69705997f4f9..00f2fc0a9055 100644 --- a/pkgs/development/python-modules/env-canada/default.nix +++ b/pkgs/development/python-modules/env-canada/default.nix @@ -3,6 +3,7 @@ aiohttp, buildPythonPackage, fetchFromGitHub, + freezegun, geopy, imageio, lxml, @@ -13,6 +14,7 @@ python-dateutil, pythonOlder, setuptools, + syrupy, voluptuous, }: @@ -27,7 +29,7 @@ buildPythonPackage rec { owner = "michaeldavie"; repo = "env_canada"; tag = version; - hash = "sha256-4PztYdQmMH2n3dlV8arJ2UFGp08nkIK80L460UdNhV8="; + hash = "sha256-YDosRPROWpjG27MyCErCTvP99mAlzg/GfmU73cBVUTo="; }; build-system = [ setuptools ]; @@ -44,7 +46,11 @@ buildPythonPackage rec { voluptuous ]; - nativeCheckInputs = [ pytestCheckHook ]; + nativeCheckInputs = [ + freezegun + pytestCheckHook + syrupy + ]; disabledTests = [ # Tests require network access