python312Packages.pyside2: 5.15.14 -> 5.15.15 (#349007)

This commit is contained in:
Weijia Wang 2024-11-03 00:58:54 +01:00 committed by GitHub
commit 7e99c2355e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
}:
stdenv.mkDerivation rec {
pname = "pyside2";
version = "5.15.14";
version = "5.15.15";
src = fetchurl {
url = "https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src/pyside-setup-opensource-src-${version}.tar.xz";
hash = "sha256-MmURlPamt7zkLwTmixQBrSCH5HiaTI8/uGSehhicY3I=";
hash = "sha256-IdaBiwZINLCFARgOSIkOX9h98vs3afgMWBQ0V/VIxAg=";
};
patches = [