picard: 2.12.1 -> 2.12.2

This commit is contained in:
R. Ryantm 2024-08-30 07:11:54 +00:00
parent 5d6ccc905e
commit 53be3b87ff

View File

@ -21,14 +21,14 @@ in
pythonPackages.buildPythonApplication rec {
pname = "picard";
# nix-update --commit picard --version-regex 'release-(.*)'
version = "2.12.1";
version = "2.12.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "metabrainz";
repo = "picard";
rev = "refs/tags/release-${version}";
hash = "sha256-wKPE4lj3DIlY+X5A/MqhnwyrhPTXGjmUnLK1VWXUOas=";
hash = "sha256-m0cFJKkYNH01YzcRrbKgkXpjlZ9ZEymwGDnOFQfZKv0=";
};
nativeBuildInputs = [