sublime-music: 0.11.12 -> 0.11.13

This commit is contained in:
Sumner Evans 2021-08-23 14:26:03 -06:00
parent 233d204fba
commit 241a422f46
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "sublime-music";
version = "0.11.12";
version = "0.11.13";
format = "pyproject";
src = fetchFromGitLab {
owner = "sublime-music";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fcEdpht+xKJRTaD3gKoRdf6O2SAPlZHZ61Jy8bdTKjs=";
sha256 = "sha256-NzbQtRcsRVppyuG1UuS3IidSnniUOavf5YoAf/kcZqw=";
};
nativeBuildInputs = [