python3Packages.asdf-coordinates-schemas: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2026-02-04 06:14:28 +00:00
parent 244a98de8d
commit 7ae3696b2c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "asdf-coordinates-schemas";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "asdf-format";
repo = "asdf-coordinates-schemas";
tag = version;
hash = "sha256-ZE86W93PzKWdLrI+LNvxzrwMjOTy1fBV2AVJAaFWDMo=";
hash = "sha256-gz4SmhPHevcn+40ODcSEdmzlGQFSQaoME64dWCNJKFI=";
};
build-system = [