[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: cambalache: Update to 0.12.1.
From: |
guix-commits |
Subject: |
01/06: gnu: cambalache: Update to 0.12.1. |
Date: |
Sun, 9 Jul 2023 16:28:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b6fd8e67425ec689f39e931ba88bc34b247199a3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200
gnu: cambalache: Update to 0.12.1.
* gnu/packages/gnome.scm (cambalache): Update to 0.12.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d8a5ba6f75..aee9bf862b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3303,7 +3303,7 @@ compiles to GTKBuilder XML.")
(define-public cambalache
(package
(name "cambalache")
- (version "0.12.0")
+ (version "0.12.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3311,7 +3311,7 @@ compiles to GTKBuilder XML.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
"12dhc7mx04cpc9qwcvqiplphh3mar7wy6cbkv208j7pcg5fzkqh0"))))
+ (base32
"1da8d5msk4ivmk5inaq8w0m78dsp7crarr9jmybag1c8qmqsjq4h"))))
(build-system meson-build-system)
(arguments
(list
- branch master updated (f5f9db1514 -> d2cf631651), guix-commits, 2023/07/09
- 01/06: gnu: cambalache: Update to 0.12.1.,
guix-commits <=
- 04/06: gnu: boinc-server: Use G-expressions., guix-commits, 2023/07/09
- 06/06: gnu: boinc-client: Update to 7.22.2., guix-commits, 2023/07/09
- 02/06: gnu: cambalache: Mark up description., guix-commits, 2023/07/09
- 05/06: gnu: boinc-server: Remove input labels., guix-commits, 2023/07/09
- 03/06: gnu: boinc-client: Use G-expressions., guix-commits, 2023/07/09