python313Packages.asdf-transform-schemas: 0.5.0 -> 0.6.0

Changelog: https://github.com/asdf-format/asdf-transform-schemas/releases/tag/0.6.0

Changed files
+2 -2
pkgs
development
python-modules
asdf-transform-schemas
+2 -2
pkgs/development/python-modules/asdf-transform-schemas/default.nix
···
buildPythonPackage rec {
pname = "asdf-transform-schemas";
-
version = "0.5.0";
+
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "asdf_transform_schemas";
inherit version;
-
hash = "sha256-gs9MeCV1c0qJUyfyX/WDzpSZ1+K4Nv6IgLLXlhxrRis=";
+
hash = "sha256-D1D44Jb//S0UucgplZASZu8lsj0N/8MK1Bu6RoUalzI=";
};
build-system = [ setuptools-scm ];