picard: 2.12.3 -> 2.13.1
This commit is contained in:
parent
ab36ef17c8
commit
dfea658d61
@ -21,14 +21,14 @@ in
|
|||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "picard";
|
pname = "picard";
|
||||||
# nix-update --commit picard --version-regex 'release-(.*)'
|
# nix-update --commit picard --version-regex 'release-(.*)'
|
||||||
version = "2.12.3";
|
version = "2.13.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "metabrainz";
|
owner = "metabrainz";
|
||||||
repo = "picard";
|
repo = "picard";
|
||||||
tag = "release-${version}";
|
tag = "release-${version}";
|
||||||
hash = "sha256-ysHOiX8b9tlUaQDGl4qHUVLrLUF9MUDc4+vOQB76cj4=";
|
hash = "sha256-0kTz8T8HvZmWOfuTlqP/0GPiXDnfvtwWaXtqfG3chWA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user