nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.smhi-pkg: 1.0.14 -> 1.0.15

(cherry picked from commit ebbc5a8728ac7002e9f86a0dfdbb660d50f6d689)

authored by

Fabian Affolter and committed by
github-actions[bot]
efbb010d fb75a2a1

+2 -2
+2 -2
pkgs/development/python-modules/smhi-pkg/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "smhi-pkg"; 11 - version = "1.0.14"; 11 + version = "1.0.15"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "joysoftware"; 15 15 repo = "pypi_smhi"; 16 16 rev = version; 17 - sha256 = "186xwrg3hvr0hszq2kxvygd241q2sp11gfk6mwj9z4zqywwfcbn3"; 17 + sha256 = "sha256-tBNmfn2hBkS36B9zKDP+TgqeumbgzBVDiJ5L54RaSc8="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [