Skip to content

Commit f63d836

Browse files
r-ryantmJonathan Ringer
authored andcommitted
picard: 2.5.4 -> 2.5.5
1 parent 6189232 commit f63d836

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/audio/picard/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ let
1212
;
1313
in pythonPackages.buildPythonApplication rec {
1414
pname = "picard";
15-
version = "2.5.4";
15+
version = "2.5.5";
1616

1717
src = fetchFromGitHub {
1818
owner = "metabrainz";
1919
repo = pname;
2020
rev = "release-${version}";
21-
sha256 = "11kx4wwl6d2yy0kijcsda0kz2494a7cywp3mzvbga1hcz78f2xv6";
21+
sha256 = "0i97cfnfgg4g13ms8x3bq279s4r7jckxxrv3sdz7dxpcn6gkw35s";
2222
};
2323

2424
nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]

0 commit comments

Comments
 (0)