Merge pull request #191836 from r-ryantm/auto-update/python310Packages.smhi-pkg

python310Packages.smhi-pkg: 1.0.15 -> 1.0.16
This commit is contained in:
Fabian Affolter 2022-09-18 23:40:56 +02:00 committed by GitHub
commit a1ace15855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "smhi-pkg";
version = "1.0.15";
version = "1.0.16";
src = fetchFromGitHub {
owner = "joysoftware";
repo = "pypi_smhi";
rev = version;
sha256 = "sha256-tBNmfn2hBkS36B9zKDP+TgqeumbgzBVDiJ5L54RaSc8=";
rev = "refs/tags/${version}";
sha256 = "sha256-jcIXzAZO9SxC/0apdjAVv1GmBTbdlasfXr1/Tj9adNc=";
};
propagatedBuildInputs = [