Skip to content

Commit

Permalink
picard: 2.12.2 -> 2.12.3 (NixOS#339888)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Sep 5, 2024
2 parents c4fc4c1 + a2282d3 commit 213c0c8
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 @@ -21,14 +21,14 @@ in
pythonPackages.buildPythonApplication rec {
pname = "picard";
# nix-update --commit picard --version-regex 'release-(.*)'
version = "2.12.2";
version = "2.12.3";
format = "setuptools";

src = fetchFromGitHub {
owner = "metabrainz";
repo = "picard";
rev = "refs/tags/release-${version}";
hash = "sha256-m0cFJKkYNH01YzcRrbKgkXpjlZ9ZEymwGDnOFQfZKv0=";
hash = "sha256-ysHOiX8b9tlUaQDGl4qHUVLrLUF9MUDc4+vOQB76cj4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 213c0c8

Please sign in to comment.