picard: 2.9 -> 2.9.1

This commit is contained in:
Pavel Sobolev 2023-08-16 13:29:40 +03:00
parent feddd1dcef
commit 697f9aee9c
No known key found for this signature in database

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 = [