mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #49955 from r-ryantm/auto-update/quodlibet
quodlibet: 4.1.0 -> 4.2.0
This commit is contained in:
commit
3a0a756ce3
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
let optionals = stdenv.lib.optionals; in
|
let optionals = stdenv.lib.optionals; in
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "quodlibet${tag}";
|
pname = "quodlibet${tag}";
|
||||||
version = "4.1.0";
|
version = "4.2.0";
|
||||||
|
|
||||||
# XXX, tests fail
|
# XXX, tests fail
|
||||||
# https://github.com/quodlibet/quodlibet/issues/2820
|
# https://github.com/quodlibet/quodlibet/issues/2820
|
||||||
|
@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/quodlibet/quodlibet/releases/download/release-${version}/quodlibet-${version}.tar.gz";
|
url = "https://github.com/quodlibet/quodlibet/releases/download/release-${version}/quodlibet-${version}.tar.gz";
|
||||||
sha256 = "1vcxx4sz5i4ag74pjpdfw7jkwxfb8jhvn8igcjwd5cccw4gscm2z";
|
sha256 = "0w64i999ipzgjb4c4lzw7jp792amd6km46wahx7m3bpzly55r3f6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook gettext intltool ];
|
nativeBuildInputs = [ wrapGAppsHook gettext intltool ];
|
||||||
|
|
Loading…
Reference in a new issue