picard: 2.13.1 -> 2.13.3

This commit is contained in:
R. Ryantm
2025-02-19 19:38:03 +00:00
parent 44d1faee1a
commit b72103ea67
+2 -2
View File
@@ -21,14 +21,14 @@ in
pythonPackages.buildPythonApplication rec {
pname = "picard";
# nix-update --commit picard --version-regex 'release-(.*)'
version = "2.13.1";
version = "2.13.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "metabrainz";
repo = "picard";
tag = "release-${version}";
hash = "sha256-0kTz8T8HvZmWOfuTlqP/0GPiXDnfvtwWaXtqfG3chWA=";
hash = "sha256-Q0W5Q1+PbN+yneh98jx0/UNHVfD6okX92hxNzCE+Ibc=";
};
nativeBuildInputs = [