picard: 2.13.1 -> 2.13.3 (#383467)

authored by Doron Behar and committed by GitHub 29ad897d 212372f6

+2 -2
+2 -2
pkgs/by-name/pi/picard/package.nix
··· 21 21 pythonPackages.buildPythonApplication rec { 22 22 pname = "picard"; 23 23 # nix-update --commit picard --version-regex 'release-(.*)' 24 - version = "2.13.1"; 24 + version = "2.13.3"; 25 25 format = "setuptools"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "metabrainz"; 29 29 repo = "picard"; 30 30 tag = "release-${version}"; 31 - hash = "sha256-0kTz8T8HvZmWOfuTlqP/0GPiXDnfvtwWaXtqfG3chWA="; 31 + hash = "sha256-Q0W5Q1+PbN+yneh98jx0/UNHVfD6okX92hxNzCE+Ibc="; 32 32 }; 33 33 34 34 nativeBuildInputs = [