guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gnucash: Update to 2.6.12.


From: Efraim Flashner
Subject: 01/01: gnu: gnucash: Update to 2.6.12.
Date: Sat, 02 Apr 2016 19:10:43 +0000

efraim pushed a commit to branch master
in repository guix.

commit 57818b6e3c2847e9103a06c3c96f88a9541197af
Author: Efraim Flashner <address@hidden>
Date:   Sat Apr 2 22:10:13 2016 +0300

    gnu: gnucash: Update to 2.6.12.
    
    * gnu/packages/gnucash.scm (gnucash): Update to 2.6.12.
    [home-page]: Update to new homepage.
---
 gnu/packages/gnucash.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index e252f98..58d3bda 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Eric Bavier <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,7 @@
 (define-public gnucash
   (package
     (name "gnucash")
-    (version "2.6.9")
+    (version "2.6.12")
     (source
      (origin
       (method url-fetch)
@@ -45,7 +46,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "0iw25l1kv60cg6fd2vg11mcvzmjqnc5p9lp3rjy06ghkjfrn3and"))
+        "0x84f07p30pwhriamv8ifljgw755cj87rc12jy1xddf47spyj7rp"))
       (patches (list (search-patch "gnucash-price-quotes-perl.patch")))))
     (build-system gnu-build-system)
     (inputs
@@ -97,7 +98,7 @@
                         "gnc-fq-check"
                         "gnc-fq-helper"
                         "gnc-fq-dump")))))))
-    (home-page "https://gnu.org/software/gnucash";)
+    (home-page "http://www.gnucash.org/";)
     (synopsis "Personal and small business financial accounting software")
     (description
      "GnuCash is personal and professional financial-accounting software.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]