cambalache: 0.90.2 → 0.90.4

https://gitlab.gnome.org/jpu/cambalache/-/compare/0.90.2...0.90.4

buildPythonApplication appends pythonPath to buildInputs so dependency('pygobject-3.0') works here without changes.
This commit is contained in:
Bobby Rong 2024-08-03 16:11:30 +08:00
parent 9f918d616c
commit 1a3d77522d
No known key found for this signature in database

View File

@ -21,7 +21,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "cambalache";
version = "0.90.2";
version = "0.90.4";
format = "other";
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "jpu";
repo = "cambalache";
rev = version;
hash = "sha256-m3rearoCFQUzdZMXY2xyKf4dgdq7G4QlUbetrIqW83U=";
hash = "sha256-XS6JBJuifmN2ElCGk5hITbotZ+fqEdjopL6VqmMP2y4=";
};
nativeBuildInputs = [