unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54533] upgrade Akku
@ 2022-03-23  0:28 raingloom
  2022-03-25 10:46 ` bug#54533: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2022-03-23  0:28 UTC (permalink / raw)
  To: 54533

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

Only very surface level testing done, but it seems to work.
Sorry, don't have time right now for a proper test. I hope the builtin
ones covered everything.

[-- Attachment #2: 0001-gnu-akku-Update-to-1.1.0.patch --]
[-- Type: text/x-patch, Size: 1274 bytes --]

From decd3807a716dc81d6aa0c5e2e41c804bea32013 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Wed, 23 Mar 2022 01:26:31 +0100
Subject: [PATCH] gnu: akku: Update to 1.1.0.

* gnu/packages/package-management.scm (akku): Update to 1.1.0.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 491423d41e..9c5db0d608 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1896,14 +1896,14 @@ (define-public flatpak
 (define-public akku
   (package
     (name "akku")
-    (version "1.0.1")
+    (version "1.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://gitlab.com/akkuscm/akku.git")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
-              (sha256 (base32 "1dm32ws3nshnnscd7k75zswxxs1pp25y2q4k8j5ms241hz47by3c"))))
+              (sha256 (base32 "1pi18aamg1fd6f9ynfl7zx92052xzf0zwmhi2pwcwjs1kbah19f5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54533: upgrade Akku
  2022-03-23  0:28 [bug#54533] upgrade Akku raingloom
@ 2022-03-25 10:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-25 10:46 UTC (permalink / raw)
  To: raingloom; +Cc: 54533-done

Hi,

raingloom <raingloom@riseup.net> skribis:

>>From decd3807a716dc81d6aa0c5e2e41c804bea32013 Mon Sep 17 00:00:00 2001
> From: raingloom <raingloom@riseup.net>
> Date: Wed, 23 Mar 2022 01:26:31 +0100
> Subject: [PATCH] gnu: akku: Update to 1.1.0.
>
> * gnu/packages/package-management.scm (akku): Update to 1.1.0.

Applied, thanks!

I noticed that it bundles a number of Göran’s libraries.  I wonder if we
could unbundle them.

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-25 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23  0:28 [bug#54533] upgrade Akku raingloom
2022-03-25 10:46 ` bug#54533: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).