guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cbonsai: Update to 1.3.1.


From: guix-commits
Subject: branch master updated: gnu: cbonsai: Update to 1.3.1.
Date: Fri, 24 Sep 2021 12:36:30 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1f08a6a  gnu: cbonsai: Update to 1.3.1.
1f08a6a is described below

commit 1f08a6a26997011751845503c365aa54c7e5a5bc
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Sep 24 12:04:15 2021 -0400

    gnu: cbonsai: Update to 1.3.1.
    
    * gnu/packages/toys.scm (cbonsai): Update 1.3.1.
    [native-inputs]: Add scdoc.
---
 gnu/packages/toys.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 3306f7e..52a4d0b 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -25,6 +25,7 @@
   #:use-module (gnu packages bison)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages gtk)
+  #:use-module (gnu packages man)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
@@ -302,7 +303,7 @@ of the Nyan Cat / Poptart Cat animation.")
 (define-public cbonsai
   (package
     (name "cbonsai")
-    (version "1.2.1")
+    (version "1.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -311,7 +312,7 @@ of the Nyan Cat / Poptart Cat animation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16q02mr5zmnd9bmhnlkvjddcxvk0s8323pvmazmz3ch1ralck1wj"))))
+                "1krsrf7gilmpnba6hjgz8mk32vs55b4i1rxlp7ajrw0v487blljw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No test suite
@@ -328,7 +329,8 @@ of the Nyan Cat / Poptart Cat animation.")
                                         ,(package-version this-package))))
                (install-file "README.md" doc)))))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("scdoc" ,scdoc)))
     (inputs
      `(("ncurses" ,ncurses)))
     (home-page "https://gitlab.com/jallbrit/cbonsai";)



reply via email to

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