cambalache: 0.12.1 → 0.16.0
https://gitlab.gnome.org/jpu/cambalache/-/compare/0.12.1...0.16.0
This commit is contained in:
parent
5f70a5cbca
commit
e061219911
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "cambalache";
|
pname = "cambalache";
|
||||||
version = "0.12.1";
|
version = "0.16.0";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "jpu";
|
owner = "jpu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-kGCpccWIhaeWrzLlrDI7Vzd0KuAIKxvLrDuSqWtpSLU=";
|
sha256 = "sha256-Ha94Ca5a7EUBYuSJvMrLc5895Q2/01/tbKpwlHLmTDc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue