puddletag: 2.2.0 -> 2.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user