Unverified Commit 879a437b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.scikit-hep-testdata: 0.6.4 -> 0.6.5 (#507970)

parents 92889d42 5fdb0f13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "scikit-hep-testdata";
  version = "0.6.4";
  version = "0.6.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scikit-hep";
    repo = "scikit-hep-testdata";
    tag = "v${version}";
    hash = "sha256-Z1EPws4qHo03HcfwvUnjvQlmOZEztT3v6f3j03acbog=";
    hash = "sha256-OGLb5WT/UFHZVo02hEssVVa9XiVvw4EBjUpVaBg8Yv0=";
  };

  build-system = [ setuptools-scm ];