Skip to content

Commit

Permalink
python310Packages.asdf-transform-schemas: 0.2.2 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 23, 2022
1 parent 6895427 commit 9f9a3ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "asdf-transform-schemas";
version = "0.2.2";
version = "0.3.0";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "asdf_transform_schemas";
inherit version;
hash = "sha256-9xqTCe0+vQmxk3roV8lM7JKIeHBEDrPphou77XJlaxU=";
hash = "sha256-DPL/eyLMtAj+WN3ZskQaWbpz/jI+QW1ZueCkcop9LdY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9f9a3ec

Please sign in to comment.