diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-01-12 17:15:56 +0000 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2026-01-12 17:15:56 +0000 |
| commit | 86f98263fed964a9308e2b4b910d76683e11166a (patch) | |
| tree | 1ba0dde3ad9af32a7a68e5a72a42e5b656654668 /gnu | |
| parent | c12e28dfc0e2a8013b6ba0b89cb23cfa0bb9c5f2 (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.scm | 6 |
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 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021 Ludovic Courtès <ludo@gnu.org> -;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2023, 2026 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -34,14 +34,14 @@ (define-public skribilo (package (name "skribilo") - (version "0.10.0") + (version "0.11.0") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/skribilo/skribilo-" version ".tar.gz")) (sha256 (base32 - "03pm2a9a5k0wkj10ywh6xi8flawm8sd396k4698gvvbc2zp4izwc")))) + "1pbws07459aghljxqzzn8zjxwy7y13q54r5ckq7apk4kz6vw94qz")))) (build-system gnu-build-system) (arguments ;; Make the modules available under the usual location. |
