summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2026-01-12 17:15:56 +0000
committerArun Isaac <arunisaac@systemreboot.net>2026-01-12 17:15:56 +0000
commit86f98263fed964a9308e2b4b910d76683e11166a (patch)
tree1ba0dde3ad9af32a7a68e5a72a42e5b656654668 /gnu
parentc12e28dfc0e2a8013b6ba0b89cb23cfa0bb9c5f2 (diff)
gnu: skribilo: Update to 0.11.0.
* gnu/packages/skribilo.scm (skribilo): Update to 0.11.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/skribilo.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/skribilo.scm b/gnu/packages/skribilo.scm
index be72a39d33a..b42859e57ed 100644
--- a/gnu/packages/skribilo.scm
+++ b/gnu/packages/skribilo.scm
@@ -1,6 +1,6 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net> 3;;; Copyright © 2023, 2026 Arun Isaac <arunisaac@systemreboot.net>
4;;; 4;;;
5;;; This file is part of GNU Guix. 5;;; This file is part of GNU Guix.
6;;; 6;;;
@@ -34,14 +34,14 @@
34(define-public skribilo 34(define-public skribilo
35 (package 35 (package
36 (name "skribilo") 36 (name "skribilo")
37 (version "0.10.0") 37 (version "0.11.0")
38 (source (origin 38 (source (origin
39 (method url-fetch) 39 (method url-fetch)
40 (uri (string-append "mirror://savannah/skribilo/skribilo-" 40 (uri (string-append "mirror://savannah/skribilo/skribilo-"
41 version ".tar.gz")) 41 version ".tar.gz"))
42 (sha256 42 (sha256
43 (base32 43 (base32
44 "03pm2a9a5k0wkj10ywh6xi8flawm8sd396k4698gvvbc2zp4izwc")))) 44 "1pbws07459aghljxqzzn8zjxwy7y13q54r5ckq7apk4kz6vw94qz"))))
45 (build-system gnu-build-system) 45 (build-system gnu-build-system)
46 (arguments 46 (arguments
47 ;; Make the modules available under the usual location. 47 ;; Make the modules available under the usual location.