Unverified Commit 24f2494d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.asdf-astropy: 0.8.0 -> 0.9.0 (#464013)

parents 0f31c50c 4f3a63a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "asdf-astropy";
  version = "0.8.0";
  version = "0.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "astropy";
    repo = "asdf-astropy";
    tag = version;
    hash = "sha256-CCLoG3zV34kmdGYN6RLi5u2v0RDvEqVN6VcdrX7L4uY=";
    hash = "sha256-JYzC1dEnq1caNSPffWCgk7c3mgUERywP0ladS+RwEnk=";
  };

  build-system = [