From 4ec7ce714267f0ea27d5c0dff73a2d6e0692d5bd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 May 2025 10:53:07 +0200 Subject: [PATCH] python313Packages.asdf-coordinates-schemas: 0.3.0 -> 0.4.0 Diff: https://github.com/asdf-format/asdf-coordinates-schemas/compare/refs/tags/0.3.0...refs/tags/0.4.0 Changelog: https://github.com/asdf-format/asdf-coordinates-schemas/blob/0.4.0/CHANGES.rst --- .../python-modules/asdf-coordinates-schemas/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/asdf-coordinates-schemas/default.nix b/pkgs/development/python-modules/asdf-coordinates-schemas/default.nix index ee9562e96624..0a7505db1801 100644 --- a/pkgs/development/python-modules/asdf-coordinates-schemas/default.nix +++ b/pkgs/development/python-modules/asdf-coordinates-schemas/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "asdf-coordinates-schemas"; - version = "0.3.0"; + version = "0.4.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "asdf-format"; repo = "asdf-coordinates-schemas"; tag = version; - hash = "sha256-LuC0m25OqQwivK/Z3OfoCtdhBV87rk16XrkJxUxG07o="; + hash = "sha256-ZE86W93PzKWdLrI+LNvxzrwMjOTy1fBV2AVJAaFWDMo="; }; build-system = [