2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 01:24:47 +00:00

python312Packages.pyside2: 5.15.14 -> 5.15.15

This commit is contained in:
R. Ryantm 2024-10-16 10:24:54 +00:00
parent 10eedf98f6
commit c2d058e719

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