plattenalbum: 2.3.1 -> 2.4.0

This commit is contained in:
R. Ryantm
2025-11-17 02:20:29 +00:00
parent 5dec4550e8
commit 3dc43b0256

View File

@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "plattenalbum";
version = "2.3.1";
version = "2.4.0";
pyproject = false;
src = fetchFromGitHub {
owner = "SoongNoonien";
repo = "plattenalbum";
tag = "v${version}";
hash = "sha256-8Oa/tFow+rW96AUQEQXaI4ybBFce0QDiRFt2V0X/uuo=";
hash = "sha256-zk0Cs+ZR5JEiuVgjcj2ykVbRBzp0p5VioZmHgcAHq/s=";
};
nativeBuildInputs = [