guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: skribilo: Update to 0.10.0.


From: guix-commits
Subject: branch master updated: gnu: skribilo: Update to 0.10.0.
Date: Wed, 08 Mar 2023 08:15:29 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85d4e8af5b gnu: skribilo: Update to 0.10.0.
85d4e8af5b is described below

commit 85d4e8af5baf9b0a9cadf95d802674d0254433da
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Mar 8 13:14:32 2023 +0000

    gnu: skribilo: Update to 0.10.0.
    
    * gnu/packages/skribilo.scm (skribilo): Update to 0.10.0.
---
 gnu/packages/skribilo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/skribilo.scm b/gnu/packages/skribilo.scm
index 1b000e0688..32132371a5 100644
--- a/gnu/packages/skribilo.scm
+++ b/gnu/packages/skribilo.scm
@@ -1,5 +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>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,14 +34,14 @@
 (define-public skribilo
   (package
     (name "skribilo")
-    (version "0.9.5")
+    (version "0.10.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://savannah/skribilo/skribilo-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "02dzy2imqgfmwda4d1r51205si4c0r4fp2gf22sb0kv3qhhnm0h0"))))
+               "03pm2a9a5k0wkj10ywh6xi8flawm8sd396k4698gvvbc2zp4izwc"))))
     (build-system gnu-build-system)
     (arguments
      ;; Make the modules available under the usual location.



reply via email to

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