Unverified Commit 8d19911b authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.hepunits: 2.4.4 -> 2.4.5 (#511158)

parents abb1a557 b73a70de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "hepunits";
  version = "2.4.4";
  version = "2.4.5";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-GEbnKfo+T7Nr/1me17i9LNxKvcApBoMPt1wgX9VJBes=";
    hash = "sha256-iPpXyfNUWdam7iYYunPCFUxImjLiHVJbZ9qAYqIkLls=";
  };

  nativeBuildInputs = [