diff options
| author | Bobby Rong <rjl931189261@126.com> | 2024-01-07 15:54:15 +0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-10 19:12:27 +0000 |
| commit | ec2351d6643b45aa53c9e65410857b874e7e09d2 (patch) | |
| tree | 3dbb0da121cbbf7de71edd16dd07060305595970 | |
| parent | Merge pull request #280093 from NixOS/backport-273543-to-release-23.11 (diff) | |
| download | nixpkgs-ec2351d6643b45aa53c9e65410857b874e7e09d2.tar.gz | |
cambalache: 0.12.1 → 0.16.0
https://gitlab.gnome.org/jpu/cambalache/-/compare/0.12.1...0.16.0
(cherry picked from commit e0612199110bdaddb93d4c10e9568c3834f56c8b)
| -rw-r--r-- | pkgs/development/tools/cambalache/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/cambalache/default.nix b/pkgs/development/tools/cambalache/default.nix index d8a851cb5913..a6918b0476e4 100644 --- a/pkgs/development/tools/cambalache/default.nix +++ b/pkgs/development/tools/cambalache/default.nix @@ -22,7 +22,7 @@ python3.pkgs.buildPythonApplication rec { pname = "cambalache"; - version = "0.12.1"; + version = "0.16.0"; format = "other"; @@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec { owner = "jpu"; repo = pname; rev = version; - sha256 = "sha256-kGCpccWIhaeWrzLlrDI7Vzd0KuAIKxvLrDuSqWtpSLU="; + sha256 = "sha256-Ha94Ca5a7EUBYuSJvMrLc5895Q2/01/tbKpwlHLmTDc="; }; nativeBuildInputs = [ |
