mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
python3Packages.QtPy: 1.9.0 -> 1.10.0
This commit is contained in:
parent
2f3297ba42
commit
7ced289c39
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "QtPy";
|
pname = "QtPy";
|
||||||
version = "1.9.0";
|
version = "1.10.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "13cw8l7zrhbdi03k1wl1pg9xdl4ahdfa7yz8gd0f23sxnm22rdrd";
|
sha256 = "3d20f010caa3b2c04835d6a2f66f8873b041bdaf7a76085c2a0d7890cdd65ea9";
|
||||||
};
|
};
|
||||||
|
|
||||||
# no concrete propagatedBuildInputs as multiple backends are supposed
|
# no concrete propagatedBuildInputs as multiple backends are supposed
|
||||||
|
Loading…
Reference in New Issue
Block a user