Merge pull request #96530 from r-ryantm/auto-update/pyside2

python27Packages.pyside2: 5.14.2 -> 5.15.0
This commit is contained in:
Gabriel Ebner 2020-08-29 18:05:12 +02:00 committed by GitHub
commit e4dfce385a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "pyside2";
version = "5.14.2";
version = "5.15.0";
src = fetchurl {
url = "https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src/pyside-setup-opensource-src-${version}.tar.xz";
sha256 = "1cwjpv8qmjksi7cj4naw54h2afphw44chrf1pmfjamyyj8vz6ykw";
sha256 = "0s3bgddcsf6w297nyxv08xpc2nnr3sli980p24nf4xivvr9yxkgi";
};
patches = [