Skip to content

Commit

Permalink
picard: 2.5.4 -> 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 24, 2020
1 parent 6189232 commit f63d836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/picard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ let
;
in pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.5.4";
version = "2.5.5";

src = fetchFromGitHub {
owner = "metabrainz";
repo = pname;
rev = "release-${version}";
sha256 = "11kx4wwl6d2yy0kijcsda0kz2494a7cywp3mzvbga1hcz78f2xv6";
sha256 = "0i97cfnfgg4g13ms8x3bq279s4r7jckxxrv3sdz7dxpcn6gkw35s";
};

nativeBuildInputs = [ gettext qt5.wrapQtAppsHook qt5.qtbase ]
Expand Down

0 comments on commit f63d836

Please sign in to comment.