Merge pull request #249507 from paveloom/picard

picard: 2.9 -> 2.9.1
This commit is contained in:
OTABI Tomoya 2023-08-21 17:26:36 +09:00 committed by GitHub
commit 5db6b91cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.9";
version = "2.9.1";
src = fetchFromGitHub {
owner = "metabrainz";
repo = "picard";
rev = "refs/tags/release-${version}";
hash = "sha256-ultpLz4u2wBxoL4YbNeZ4Z4NEXBvqpxJ8mzFeGQTt4A=";
hash = "sha256-KCLva8pc+hyz+3MkPsghXrDYGVqP0aeffG9hOYJzI+Q=";
};
nativeBuildInputs = [