Merge pull request #121820 from sumnerevans/sublime-music-11-12
sublime-music: 0.11.11 -> 0.11.12
This commit is contained in:
commit
1e5f2ef8f8
1 changed files with 2 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
|||
{ fetchFromGitLab
|
||||
, fetchpatch
|
||||
, lib
|
||||
, python3Packages
|
||||
, gobject-introspection
|
||||
|
@ -16,26 +15,16 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "sublime-music";
|
||||
version = "0.11.11";
|
||||
version = "0.11.12";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "sublime-music";
|
||||
repo = pname;
|
||||
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 = [
|
||||
gobject-introspection
|
||||
python3Packages.poetry-core
|
||||
|
|
Loading…
Reference in a new issue