guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: jrnl: Update to 1.9.7.


From: Efraim Flashner
Subject: 01/03: gnu: jrnl: Update to 1.9.7.
Date: Sun, 13 Mar 2016 12:32:18 +0000

efraim pushed a commit to branch master
in repository guix.

commit edca4cbebaea353778623f94467413e182a98116
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 13 11:34:59 2016 +0200

    gnu: jrnl: Update to 1.9.7.
    
    * gnu/packages/jrnl.scm (jrnl): Update to 1.9.7.
    [native-inputs]: Remove python-setuptools.
---
 gnu/packages/jrnl.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/jrnl.scm b/gnu/packages/jrnl.scm
index 26401f8..ef1f529 100644
--- a/gnu/packages/jrnl.scm
+++ b/gnu/packages/jrnl.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,7 +28,7 @@
 (define-public jrnl
   (package
     (name "jrnl")
-    (version "1.8.4")
+    (version "1.9.7")
     (source
      (origin
       (method url-fetch)
@@ -36,11 +37,10 @@
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
-        "019ky09sj5i7frmca0imv4jm46mn3f4lzah2wmiwxh22cisj7ksn"))))
+        "0mfq7hhw5np2dj9jlxpyyk2cg9i0xgz2brb894d928hczszy97bq"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-setuptools" ,python-setuptools)
-       ("behave" ,behave)))
+     `(("behave" ,behave)))
     (inputs
      `(("python" ,python)
        ("python-keyring" ,python-keyring)



reply via email to

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