lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.env-canada: 0.5.16 -> 0.5.17

+9 -3
+9 -3
pkgs/development/python-modules/env-canada/default.nix
··· 8 8 , pillow 9 9 , pytestCheckHook 10 10 , python-dateutil 11 + , pythonOlder 11 12 , voluptuous 12 13 }: 13 14 14 15 buildPythonPackage rec { 15 16 pname = "env-canada"; 16 - version = "0.5.16"; 17 + version = "0.5.17"; 18 + format = "setuptools"; 19 + 20 + disabled = pythonOlder "3.8"; 17 21 18 22 src = fetchFromGitHub { 19 23 owner = "michaeldavie"; 20 24 repo = "env_canada"; 21 25 rev = "v${version}"; 22 - sha256 = "sha256-5Cxpl5iwbBtpwQ9//yhEZNCIzBZgTm/fqAo9PNNxoG4="; 26 + sha256 = "sha256-viuBuyGzAUcfb4qSecZsDvoAU++FNhuwNJET/s0qyOI="; 23 27 }; 24 28 25 29 propagatedBuildInputs = [ ··· 49 53 "test_ecradar" 50 54 ]; 51 55 52 - pythonImportsCheck = [ "env_canada" ]; 56 + pythonImportsCheck = [ 57 + "env_canada" 58 + ]; 53 59 54 60 meta = with lib; { 55 61 description = "Python library to get Environment Canada weather data";