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

python313Packages.asdf-standard: 1.3.0 -> 1.4.0 (#438948)

parents e053a96b b26db463
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "asdf-standard";
  version = "1.3.0";
  version = "1.4.0";
  pyproject = true;

  src = fetchPypi {
    pname = "asdf_standard";
    inherit version;
    hash = "sha256-WViWHzmd6tIACnhyTaN/Wu6wSZp4C72a5Pw+y+Pq7WQ=";
    hash = "sha256-DF8SHQ24fLd4DWGgh/OSxRBM4ggBbPsqEwyc6pEs/dw=";
  };

  build-system = [ setuptools-scm ];