picard: 2.10 -> 2.11

This commit is contained in:
R. Ryantm 2024-01-27 00:51:11 +00:00
parent 5af80acc9a
commit ddb2da8cc4

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