guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: bluefish: Update to 2.2.11.


From: guix-commits
Subject: 07/13: gnu: bluefish: Update to 2.2.11.
Date: Fri, 6 Mar 2020 19:43:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 290fe81ddcdad0d574d87c340fb73cff8c76140e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 01:36:30 2020 +0100

    gnu: bluefish: Update to 2.2.11.
    
    * gnu/packages/gnome.scm (bluefish): Update to 2.2.11.
    [inputs]: Replace python-2 with python-wrapper.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8ba57e1..336d10c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8734,15 +8734,14 @@ only know by its Unicode name or code point.")
 (define-public bluefish
   (package
     (name "bluefish")
-    (version "2.2.10")
+    (version "2.2.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://www.bennewitz.com/bluefish/stable/source/";
                            "bluefish-" version ".tar.gz"))
        (sha256
-        (base32
-         "1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))
+        (base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils)
@@ -8751,7 +8750,7 @@ only know by its Unicode name or code point.")
     (inputs
      `(("enchant" ,enchant)
        ("gtk+" ,gtk+)
-       ("python" ,python-2)
+       ("python" ,python-wrapper)
        ("xmllint" ,libxml2)
        ("gucharmap" ,gucharmap)))
     (home-page "http://bluefish.openoffice.nl";)



reply via email to

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