picard: 2.12.3 -> 2.13.1

This commit is contained in:
R. Ryantm 2025-02-05 07:35:58 +00:00
parent ab36ef17c8
commit dfea658d61

View File

@ -21,14 +21,14 @@ in
pythonPackages.buildPythonApplication rec {
pname = "picard";
# nix-update --commit picard --version-regex 'release-(.*)'
version = "2.12.3";
version = "2.13.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "metabrainz";
repo = "picard";
tag = "release-${version}";
hash = "sha256-ysHOiX8b9tlUaQDGl4qHUVLrLUF9MUDc4+vOQB76cj4=";
hash = "sha256-0kTz8T8HvZmWOfuTlqP/0GPiXDnfvtwWaXtqfG3chWA=";
};
nativeBuildInputs = [