Commit 0065f778 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python312Packages.mplhep-data: 0.0.3 -> 0.0.4

parent 85561a34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "mplhep-data";
  version = "0.0.3";
  version = "0.0.4";
  format = "pyproject";

  src = fetchPypi {
    pname = "mplhep_data";
    inherit version;
    hash = "sha256-tU0lfz9TyTpELNp6ZoHOJnJ34JFzwLQf14gg94Mhdy8=";
    hash = "sha256-zR8606+dv/M67550BtITDWJKC9HVqllw/HE6ZCEWWk4=";
  };

  nativeBuildInputs = [