Merge pull request #138615 from fabaff/bump-env-canada

python3Packages.env-canada: 0.5.1 -> 0.5.12
This commit is contained in:
Fabian Affolter 2021-09-20 21:59:39 +02:00 committed by GitHub
commit 1857bae310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,17 +8,18 @@
, pillow
, pytestCheckHook
, python-dateutil
, voluptuous
}:
buildPythonPackage rec {
pname = "env-canada";
version = "0.5.1";
version = "0.5.12";
src = fetchFromGitHub {
owner = "michaeldavie";
repo = "env_canada";
rev = "v${version}";
sha256 = "sha256-tafhOW1wd/D0ojRUdDzp62cQ8w7wgx5ITcWAcoY1i5Y=";
sha256 = "sha256-yrvH0A/+QA9HiKa/ohw5q0IIyWff9s9zu6tT08mIT7w=";
};
propagatedBuildInputs = [
@ -28,6 +29,7 @@ buildPythonPackage rec {
lxml
pillow
python-dateutil
voluptuous
];
checkInputs = [