Skip to content

Commit

Permalink
picard: 2.2.3 -> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Feb 19, 2020
1 parent bd9a0f0 commit 8df76db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/picard/default.nix
Expand Up @@ -4,13 +4,13 @@ let
pythonPackages = python3Packages;
in pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.2.3";
version = "2.3";

src = fetchFromGitHub {
owner = "metabrainz";
repo = pname;
rev = "release-${version}";
sha256 = "0lb4pzl03mr5hrzrzva99rxqd5yfip62b7sjmlg4j0imw8mxaj16";
sha256 = "0msdnp6wh97lnm3m084jsvbp95h5d35y5fm71j64cgf4g39zp5ds";
};

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

0 comments on commit 8df76db

Please sign in to comment.