* [bug#41289] upgrade financial apps
@ 2020-05-15 15:53 Tom Zander via Guix-patches via
2020-05-16 12:31 ` bug#41289: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zander via Guix-patches via @ 2020-05-15 15:53 UTC (permalink / raw)
To: 41289
[-- Attachment #1: Type: text/plain, Size: 28 bytes --]
See attached.
--
Tom Zander
[-- Attachment #2: 0001-gnu-Flowee-Update-to-latest.patch --]
[-- Type: text/x-patch, Size: 1840 bytes --]
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-16 12:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-15 15:53 [bug#41289] upgrade financial apps Tom Zander via Guix-patches via
2020-05-16 12:31 ` bug#41289: " Tobias Geerinckx-Rice via Guix-patches via
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).