Merge pull request #216185 from alyssais/quantiphy-2.19

python3.pkgs.quantiphy: 2.18 -> 2.19
This commit is contained in:
Martin Weinelt 2023-02-13 17:29:21 +00:00 committed by GitHub
commit a072b08754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [