Unverified Commit a072b087 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #216185 from alyssais/quantiphy-2.19

python3.pkgs.quantiphy: 2.18 -> 2.19
parents 3865c176 032b2cf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "quantiphy";
  version = "2.18";
  version = "2.19";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "KenKundert";
    repo = "quantiphy";
    rev = "v${version}";
    hash = "sha256-KXZQTal5EQDrMNV9QKeuLeYYDaMfAJlEDEagq2XG9/Q=";
    hash = "sha256-oSWq/D1EX6mxUDElfujyOSEtql0csAm72u2B5RuQddE=";
  };

  nativeBuildInputs = [