[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: rednotebook: Update to 2.22.
From: |
guix-commits |
Subject: |
04/06: gnu: rednotebook: Update to 2.22. |
Date: |
Tue, 15 Jun 2021 14:20:03 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 74218eceaebe80cbad22a38fa151a060574f0198
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Mon Jun 14 08:37:43 2021 +0200
gnu: rednotebook: Update to 2.22.
* gnu/packages/rednotebook.scm (rednotebook): Update to 2.22.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/rednotebook.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm
index c7ece52..0c7e599 100644
--- a/gnu/packages/rednotebook.scm
+++ b/gnu/packages/rednotebook.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Jesse Gibbons <jgibbons2357+guix@gmail.com>
+;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +31,7 @@
(define-public rednotebook
(package
(name "rednotebook")
- (version "2.11.1")
+ (version "2.22")
(source
(origin
(method git-fetch)
@@ -39,7 +40,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "04c7a0wgmdl88v9386y1052c38ajbkryiwhqps5lx34d4g7r6hm1"))))
+ (base32 "11n970ad0j57vlll5j30ngkrfyil23v1b29ickbnblcldvjbgwa5"))))
(build-system python-build-system)
(arguments
;; Tests fail to find the "_" function.
- branch master updated (41a7df0 -> 9952987), guix-commits, 2021/06/15
- 03/06: gnu: libngspice: Enable ciderlib., guix-commits, 2021/06/15
- 01/06: gnu: goffice: Update to 0.10.50., guix-commits, 2021/06/15
- 02/06: gnu: libngspice: Update to 34., guix-commits, 2021/06/15
- 05/06: gnu: python-pygit2: Update to 1.6.0., guix-commits, 2021/06/15
- 04/06: gnu: rednotebook: Update to 2.22.,
guix-commits <=
- 06/06: gnu: font-terminus: Update to 4.49.1., guix-commits, 2021/06/15