Commit 3b418eb4 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python311Packages.mplhep: 0.3.34 -> 0.3.35

parent 7b9f4b6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

buildPythonPackage rec {
  pname = "mplhep";
  version = "0.3.34";
  version = "0.3.35";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-B7pCC3n5b/cDBRDcg+p53RTad8N8iwqsLyxFA4Pm5fM=";
    hash = "sha256-0l89Vh/vmi8kHeNer2ExGE1ehn1Kw3AbEUm8C55a92w=";
  };

  nativeBuildInputs = [