[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/14: gnu: apostrophe: Update to 2.5.
From: |
guix-commits |
Subject: |
13/14: gnu: apostrophe: Update to 2.5. |
Date: |
Tue, 12 Oct 2021 20:56:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1012de07fd99c9d88f2ed32b1eb92cdb259dc8cc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 12 21:24:20 2021 +0200
gnu: apostrophe: Update to 2.5.
* gnu/packages/gnome.scm (apostrophe): Update to 2.5.
[native-inputs]: Add sassc.
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a60404d..7fbb876 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11633,7 +11633,7 @@ GTK+. It integrates well with the GNOME desktop
environment.")
(define-public apostrophe
(package
(name "apostrophe")
- (version "2.4")
+ (version "2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -11642,7 +11642,7 @@ GTK+. It integrates well with the GNOME desktop
environment.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qzy3zhi18wf42m034s8kcmx9gl05j620x3hf6rnycq2fvy7g4gz"))))
+ "06yfiflmj3ip7ppcz41nb3xpgb5ggw5h74w0v87yaqqkq7qh31lp"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -11686,10 +11686,11 @@ GTK+. It integrates well with the GNOME desktop
environment.")
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("sassc" ,sassc)))
(home-page "https://gitlab.gnome.org/somas/apostrophe";)
(synopsis "Markdown editor written in Python with GTK+")
- (description "Apostrophe is a GTK+ based distraction free Markdown editor.
+ (description "Apostrophe is a GTK+ based distraction-free Markdown editor.
It uses pandoc as back-end for parsing Markdown.")
(license license:gpl3)))
- 02/14: gnu: Add ntfsfix-static., (continued)
- 02/14: gnu: Add ntfsfix-static., guix-commits, 2021/10/12
- 06/14: gnu: Rename google-brotli back to brotli., guix-commits, 2021/10/12
- 08/14: gnu: fheroes2: Update to 0.9.8., guix-commits, 2021/10/12
- 09/14: gnu: acpid: Update to 2.0.33., guix-commits, 2021/10/12
- 03/14: linux-initrd: Support checking NTFS volumes on boot., guix-commits, 2021/10/12
- 01/14: gnu: Add ntfs-3g-static., guix-commits, 2021/10/12
- 04/14: gnu: cpufrequtils: Update to 008., guix-commits, 2021/10/12
- 05/14: gnu: Remove sysfsutils@1., guix-commits, 2021/10/12
- 07/14: gnu: Remove duplicate python-google-brotli package., guix-commits, 2021/10/12
- 11/14: gnu: astroid: Update to 0.16., guix-commits, 2021/10/12
- 13/14: gnu: apostrophe: Update to 2.5.,
guix-commits <=
- 10/14: gnu: btrfs-progs: Update to 5.14.2., guix-commits, 2021/10/12
- 12/14: gnu: aqbanking: Update to 6.3.2., guix-commits, 2021/10/12
- 14/14: gnu: gsound: Update to 1.0.3., guix-commits, 2021/10/12