cambalache: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm 2022-06-17 01:59:48 +00:00 committed by Jan Tojnar
parent 4c935ca233
commit a45a5ff4bb

View file

@ -20,7 +20,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "cambalache"; pname = "cambalache";
version = "0.10.1"; version = "0.10.2";
format = "other"; format = "other";
@ -29,7 +29,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "jpu"; owner = "jpu";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-UgPyG1xDt624W+qTb88d0WvOza6YvVAO/YXeUV51Rro="; sha256 = "sha256-/0HMtNR9R/Oq1ZoBaLe4iU0OOVZUozuo8gP0j9J8hdc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [