puddletag: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2024-03-15 03:02:00 -07:00
committed by Peter Hoeg
parent 1385883988
commit 586e88cd9f
@@ -21,14 +21,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "puddletag";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "puddletag";
repo = "puddletag";
rev = "refs/tags/${version}";
hash = "sha256-KaFfpOWI9u2ZC/3kuCLneWOOKSmAaIuHPFHptkKMH/g=";
hash = "sha256-oScT8YcQoDf2qZ+J7xKm22Sbfym3tkVUrWT5D2LU5e8=";
};
pythonRelaxDeps = true;
@@ -57,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
pyparsing
pyqt5
rapidfuzz
unidecode
];
# the file should be executable but it isn't so our wrapper doesn't run