sublime-music: 0.11.11 -> 0.11.12

This commit is contained in:
Sumner Evans 2021-05-05 10:04:44 -06:00
parent e4e75149fd
commit 53aa336f8d
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -1,5 +1,4 @@
{ fetchFromGitLab { fetchFromGitLab
, fetchpatch
, lib , lib
, python3Packages , python3Packages
, gobject-introspection , gobject-introspection
@ -16,26 +15,16 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "sublime-music"; pname = "sublime-music";
version = "0.11.11"; version = "0.11.12";
format = "pyproject"; format = "pyproject";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "sublime-music"; owner = "sublime-music";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-r4Tn/7CGDny8Aa4kF4PM5ZKMYthMJ7801X3zPdvXh4Q="; sha256 = "sha256-fcEdpht+xKJRTaD3gKoRdf6O2SAPlZHZ61Jy8bdTKjs=";
}; };
patches = [
# Switch to poetry-core:
# https://gitlab.com/sublime-music/sublime-music/-/merge_requests/60
(fetchpatch {
name = "use-poetry-core.patch";
url = "https://gitlab.com/sublime-music/sublime-music/-/commit/9b0af19dbdfdcc5a0fa23e73bb34c7135a8c2855.patch";
sha256 = "sha256-cXG0RvrnBpme6yKWM0nfqMqoK0qPT6spflJ9AaaslVg=";
})
];
nativeBuildInputs = [ nativeBuildInputs = [
gobject-introspection gobject-introspection
python3Packages.poetry-core python3Packages.poetry-core