Merge pull request #284147 from r-ryantm/auto-update/picard

picard: 2.10 -> 2.11
This commit is contained in:
Weijia Wang 2024-02-04 20:31:03 +01:00 committed by GitHub
commit 9698eb78e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "picard";
version = "2.10";
version = "2.11";
format = "setuptools";
src = fetchFromGitHub {
owner = "metabrainz";
repo = "picard";
rev = "refs/tags/release-${version}";
hash = "sha256-wgIJ813mOSpFzFJESDwNvRSZcX42MTtOyFgSeeRR28g=";
hash = "sha256-2RGKHJKJ/QXR6Rehch4r1UtI+frRXa4G+n0bUmCGSu8=";
};
nativeBuildInputs = [