From 46c54cea472b06295c911ce9f9f48c4c9710daee Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 12 Mar 2025 13:58:44 +0000 Subject: [PATCH] python312Packages.planetary-computer: 1.0.0 -> 1.0.0.post0 --- .../python-modules/planetary-computer/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/planetary-computer/default.nix b/pkgs/development/python-modules/planetary-computer/default.nix index 2307d4c02459..3e581328e10e 100644 --- a/pkgs/development/python-modules/planetary-computer/default.nix +++ b/pkgs/development/python-modules/planetary-computer/default.nix @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "planetary-computer"; - version = "1.0.0"; + version = "1.0.0.post0"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; repo = "planetary-computer-sdk-for-python"; tag = "v${version}"; - hash = "sha256-FcTEXtZ2zZQ3i4zmwecaZHdaHni7UbHSF9TDKP/k4sw="; + hash = "sha256-NPHUxThSZzENw4W91WAOqChyIl6Z/Afi4mddz+lXlXA="; }; build-system = [ @@ -77,7 +77,7 @@ buildPythonPackage rec { meta = { description = "Planetary Computer SDK for Python"; homepage = "https://github.com/microsoft/planetary-computer-sdk-for-python"; - changelog = "https://github.com/microsoft/planetary-computer-sdk-for-python/blob/v${version}/CHANGELOG.md"; + changelog = "https://github.com/microsoft/planetary-computer-sdk-for-python/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ daspk04 ]; mainProgram = "planetarycomputer";