From 25b8a4c2db67137b177744f142c269647f60ac08 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 10 Jul 2024 15:21:09 +0300 Subject: [PATCH] picard: 2.11 -> 2.12 Diff: https://github.com/metabrainz/picard/compare/refs/tags/release-2.11...release-2.12 Changelog: https://picard.musicbrainz.org/changelog --- pkgs/applications/audio/picard/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix index 76edc412a392..cc3cd76f02bf 100644 --- a/pkgs/applications/audio/picard/default.nix +++ b/pkgs/applications/audio/picard/default.nix @@ -20,14 +20,15 @@ let in pythonPackages.buildPythonApplication rec { pname = "picard"; - version = "2.11"; + # nix-update --commit picard --version-regex 'release-(.*)' + version = "2.12"; format = "setuptools"; src = fetchFromGitHub { owner = "metabrainz"; repo = "picard"; rev = "refs/tags/release-${version}"; - hash = "sha256-2RGKHJKJ/QXR6Rehch4r1UtI+frRXa4G+n0bUmCGSu8="; + hash = "sha256-+++NDJzXw4tA5eQd24r+l3UK3YS8Jy1t9WNiEU9sH0Q="; }; nativeBuildInputs = [