Unverified Commit 1f23afea authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #261835 from r-ryantm/auto-update/python311Packages.scikit-hep-testdata

python311Packages.scikit-hep-testdata: 0.4.33 -> 0.4.34
parents 304d9b95 c30c388d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "scikit-hep-testdata";
  version = "0.4.33";
  version = "0.4.34";
  format = "pyproject";

  disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "scikit-hep";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-IAi1LS6LqcvMR3dqNcppuyoMNM/hRT1eH+LZbczWW/M=";
    hash = "sha256-kHpJXqFQI3vtDJIcH2ebzbaReHecwItDh73/NcoPk9A=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;