Skip to content

Commit 199d21a

Browse files
committed
quodlibet: 4.6.0 -> 4.6.0-unstable-2024-08-08
1 parent 0fe8453 commit 199d21a

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

pkgs/applications/audio/quodlibet/default.nix

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
fetchFromGitHub,
4-
fetchpatch,
54
tag ? "",
65

76
# build time
@@ -46,9 +45,9 @@
4645
xvfb-run,
4746
}:
4847

49-
python3.pkgs.buildPythonApplication rec {
48+
python3.pkgs.buildPythonApplication {
5049
pname = "quodlibet${tag}";
51-
version = "4.6.0";
50+
version = "4.6.0-unstable-2024-08-08";
5251
pyproject = true;
5352

5453
outputs = [
@@ -59,24 +58,11 @@ python3.pkgs.buildPythonApplication rec {
5958
src = fetchFromGitHub {
6059
owner = "quodlibet";
6160
repo = "quodlibet";
62-
rev = "refs/tags/release-${version}";
63-
hash = "sha256-dkO/CFN7Dk72xhtmcSDcwUciOPMeEjQS2mch+jSfiII=";
61+
rev = "3dcf31dfc8db9806d1f73a47fdabc950d35ded1d";
62+
hash = "sha256-8qWuxTvMF6ksDkbZ6wRLPCJK1cSqgGMPac/ht6qVpnA=";
6463
};
6564

66-
patches = [
67-
(fetchpatch {
68-
name = "python-3.12-startup.patch";
69-
url = "https://patch-diff.githubusercontent.com/raw/quodlibet/quodlibet/pull/4358.patch";
70-
hash = "sha256-3IjtAX2mKO/Xi/iTwT5WBD5CMTRYFED7XMm/cx+29Zc=";
71-
})
72-
(fetchpatch {
73-
name = "more-python-3.12-fixes.patch";
74-
url = "https://patch-diff.githubusercontent.com/raw/quodlibet/quodlibet/pull/4364.patch";
75-
hash = "sha256-VRIQ+4e+X0kjZYuxV2wEjrFr+x5biwBtIR50K6hSfCY=";
76-
excludes = [ "poetry.lock" ];
77-
})
78-
./fix-gdist-python-3.12.patch
79-
];
65+
patches = [ ./fix-gdist-python-3.12.patch ];
8066

8167
build-system = [ python3.pkgs.setuptools ];
8268

0 commit comments

Comments
 (0)