me
/
guix
Archived
1
0
Fork 0

gnu: fulcrum: Update to 1.1.1.

* gnu/packages/finance.scm (fulcrum): Update to 1.1.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Tom Zander via Guix-patches via 2020-05-15 17:53:42 +02:00 committed by Tobias Geerinckx-Rice
parent c3a30f78e5
commit 9949c2ccbe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1472,14 +1472,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