diff mbox series

[bug#41289] upgrade financial apps

Message ID 2689305.mvXUDI8C0e@cherry
State Accepted
Headers show
Series [bug#41289] upgrade financial apps | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

guix--- via Guix-patches via May 15, 2020, 3:53 p.m. UTC
See attached.

Comments

guix--- via Guix-patches via May 16, 2020, 12:31 p.m. UTC | #1
Tom,

Tom Zander via Guix-patches via 写道:
> See attached.

Thanks!  Applied as 737b87cec8f8f2c27e287690d45ebf1fd57d08ae 
&c. with few changes.  Please take a look.

In particular, we don't coalesce updates to different packages 
unless necessary.  If you would ever come across packages that 
must be updated in lockstep, please add a comment.

I also tweaked the commit messages to follow our conventions.

Kind regards,

T G-R
diff mbox series

Patch

From 35184ff1adf4c7eb0d0e902744a6894601b8c416 Mon Sep 17 00:00:00 2001
From: TomZ <tomz@freedommail.ch>
Date: Fri, 15 May 2020 17:37:37 +0200
Subject: [PATCH] gnu: Flowee: Update to latest

* gnu/packages/finance.scm (fulcrum): Update to 1.1.1
* gnu/packages/finance.scm (flowee,): Update to 2020.03.3
---
 gnu/packages/finance.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 7018479665..f5ac069fdc 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1442,14 +1442,14 @@  a Qt GUI.")
 (define-public fulcrum
   (package
     (name "fulcrum")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gitlab.com/FloweeTheHub/fulcrum/-/archive/v"
                            version "/fulcrum-v" version ".tar.gz"))
        (sha256
-        (base32 "1xywwgsdhkiblv6la0pfhvn2s9q8vnz6pjg35647rlwzi6ybf0ak"))))
+        (base32 "04w5gw02d39caa8a0l6wkn87kc43zzad2prqsyrcq97vlbkdx6x6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -1480,14 +1480,14 @@  like Flowee the Hub, which Fulcrum connects to over RPC.")
 (define-public flowee
   (package
     (name "flowee")
-    (version "2020.03.2")
+    (version "2020.03.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gitlab.com/FloweeTheHub/thehub/-/archive/"
                             version "/thehub-" version ".tar.gz"))
        (sha256
-         (base32 "1m8wfwxljvd2gqpfj1w37xky4isa3h9a7g57cnf3l4r90r4bxj47"))))
+         (base32 "0ksyh7ll3v9p8f5y15vcb2vkrpzb4h0ricag9j90ad4b4rfsnpjw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-Dbuild_tests=ON" "-Denable_gui=OFF")
-- 
2.25.1