python3.pkgs.quantiphy: 2.18 -> 2.19

Adds Python 3.11 support.
This commit is contained in:
Alyssa Ross 2023-02-13 16:18:13 +00:00
parent d1801a813d
commit 032b2cf74a
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

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