mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rednotebook: Update to 2.22.
* gnu/packages/rednotebook.scm (rednotebook): Update to 2.22. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e0407ca0a3
commit
74218eceae
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue