diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2025-05-29 10:53:23 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2025-05-29 10:53:23 +0200 |
| commit | f6794600a29dff906e98eaa48287c84a16afa03f (patch) | |
| tree | e716f8f5de9299ef087f7e7aa96314ab2b861392 /pkgs/development/python-modules | |
| parent | 4ec7ce714267f0ea27d5c0dff73a2d6e0692d5bd (diff) | |
python313Packages.asdf-transform-schemas: 0.5.0 -> 0.6.0
Changelog: https://github.com/asdf-format/asdf-transform-schemas/releases/tag/0.6.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/asdf-transform-schemas/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/asdf-transform-schemas/default.nix b/pkgs/development/python-modules/asdf-transform-schemas/default.nix index 4a96c06dac39..964d87f7c66e 100644 --- a/pkgs/development/python-modules/asdf-transform-schemas/default.nix +++ b/pkgs/development/python-modules/asdf-transform-schemas/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "asdf-transform-schemas"; - version = "0.5.0"; + version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "asdf_transform_schemas"; inherit version; - hash = "sha256-gs9MeCV1c0qJUyfyX/WDzpSZ1+K4Nv6IgLLXlhxrRis="; + hash = "sha256-D1D44Jb//S0UucgplZASZu8lsj0N/8MK1Bu6RoUalzI="; }; build-system = [ setuptools-scm ]; |
