Unverified Commit d046abc6 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.scikit-hep-testdata: 0.4.47 -> 0.4.48 (#341626)

parents 2a19dcb8 80f6163a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "scikit-hep-testdata";
  version = "0.4.47";
  version = "0.4.48";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "scikit-hep";
    repo = "scikit-hep-testdata";
    rev = "refs/tags/v${version}";
    hash = "sha256-YCzqAe+TVNbPrHPxD/OjxkjmYCb5pZO0+l68xUJp72w=";
    hash = "sha256-B0YmO48aGDRsQ56+q7/Z6xquCNjbAQ55fkY6auvwB90=";
  };

  build-system = [ setuptools-scm ];