[PATCH] gnu: atkmm@2.28: Update to 2.28.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
Merged with

Debbugs page

Liliana Marie Prikler wrote 1 years ago
(address . guix-patches@gnu.org)
420fb69aa28ee18e1dc9b387c1a6d1d3934297f4.1704648284.git.liliana.prikler@gmail.com
* gnu/packages/gtk.scm (atkmm-2.28): Update to 2.28.3.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f88ab930d5..0c0aec6403 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1788,7 +1788,7 @@ (define-public atkmm-2.28
(package
(inherit atkmm)
(name "atkmm")
- (version "2.28.1")
+ (version "2.28.3")
(source
(origin
(method url-fetch)
@@ -1797,7 +1797,7 @@ (define-public atkmm-2.28
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
+ (base32 "0scricjx6p7acxrxmj232d6qi42zdkjh90xila6vw2d9hss8h83w"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs atkmm)
(replace "glibmm" glibmm-2.64)))))

base-commit: 1cd97066c2dc84c6e538cfa63820e18f6c12a414
prerequisite-patch-id: e8b6782eaa5783cfc6ed74633ca8bfca5fd22715
prerequisite-patch-id: 5bbc8b4dbe8adefcc2d17b5e8b8f74779b084479
--
2.41.0
Maxim Cournoyer wrote 1 years ago
control message for bug #68344
(address . control@debbugs.gnu.org)
878r4ywaey.fsf@gmail.com
merge 68344 68308
quit
Maxim Cournoyer wrote 1 years ago
Re: [bug#68308] [PATCH] gnu: atkmm@2.28: Update to 2.28.3.
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)
874jfmwae5.fsf@gmail.com
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/gtk.scm (atkmm-2.28): Update to 2.28.3.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

--
Thanks,
Maxim
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68308@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68308
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help