friture: 0.49-unstable-2024-06-02 -> 0.51

This commit is contained in:
linsui 2024-09-02 23:43:42 +08:00
parent 4697af725f
commit 142b9489e1

View File

@ -7,20 +7,18 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "friture"; pname = "friture";
version = "0.49-unstable-2024-06-02"; version = "0.51";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tlecomte"; owner = "tlecomte";
repo = pname; repo = "friture";
rev = "405bffa585ece0cb535c32d0f4f6ace932b40103"; rev = "v${version}";
hash = "sha256-4xvIlRuJ7WCFj1dEyvO9UOsye70nFlWjb9XU0owwgiM="; hash = "sha256-1Swkk7bhQTSo17Gj0i1VNiIt+fSXgDIeWfJ9LpoUEHg=";
}; };
pythonRelaxDeps = true;
postPatch = '' postPatch = ''
sed -i -e '/packages=\[/a "friture.playback",' pyproject.toml sed -i -e 's/==.*"/"/' -e '/packages=\[/a "friture.playback",' pyproject.toml
''; '';
nativeBuildInputs = nativeBuildInputs =