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

Changed files
+2 -2
pkgs
development
python-modules
asdf-coordinates-schemas
+2 -2
pkgs/development/python-modules/asdf-coordinates-schemas/default.nix
···
buildPythonPackage rec {
pname = "asdf-coordinates-schemas";
-
version = "0.3.0";
+
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "asdf-format";
repo = "asdf-coordinates-schemas";
tag = version;
-
hash = "sha256-LuC0m25OqQwivK/Z3OfoCtdhBV87rk16XrkJxUxG07o=";
+
hash = "sha256-ZE86W93PzKWdLrI+LNvxzrwMjOTy1fBV2AVJAaFWDMo=";
};
build-system = [