[PATCH] gnu: rednotebook: Update to 2.22.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210614083743.1583fd08@perso.pw
* gnu/packages/rednotebook.scm (rednotebook): Update to 2.22.
---
gnu/packages/rednotebook.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm
index c7ece525e9..0c7e5994cd 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.
--
2.32.0

tested on amd64, works fine for me
Efraim Flashner wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 49015-done@debbugs.gnu.org)
YMjvMDZPKUyDzmYJ@3900XT
Thanks. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDI7zAACgkQQarn3Mo9
g1Hu3RAAu8PVrtGvv28LfNDv0SuHH6vxVGAXfpARnxO8Idm8MiyGRxlc510Banc2
evEo+g+mFaeqNBJ0J3H5sMr50YdnoS+c9r/pvtUk57W4h5jUqngHqdnBA0iCPGw+
pNBXqs40FeScl8wD9ydVbAiW9BlFHHketqRlcmuXjsvPRaOx7Iv4B0Ks/BxldiGy
jJO87u8g1QuNYbTB24mvisA4c5Jagu9JR9OjpJwg73jKrgzQAScX3tYmhr08H8F7
Tvx7oVb29Z7ZS8h4MLTkDd3VpOKUJJE6w1ILeNupaJTEfTj0a3Hw8T4IJVjpEKnx
L/7rBZOY5refDA1eyV99HbotFxegI1OFOc4R6ptGDR1NyWFMGnoZskZczRwO9TPS
dv8P1mdgGRp+iSy/KAPrs3sPZ050FpUqYUz8l4UH8/EPZdSoU+JgjTIO7zRYF1+w
LQ3I9XG2DGjCRUXrapINaZIt6EQeVsfKfv1NcRXikuIGKEVlXRwtenC3V/CjFTy5
uFps+TyyRD/xaM3tAIeUw2WYVE0Gg58oeXcLbDTa0DKM/eFZBWDl8rsmn6mgsWb2
X2eEFVBSnXp3P96agQY5hebCq38FhSC1tLEtuz6o+QYGK6579euDA9FOmH0HMXYQ
JzVQLqmHQ23ASgyB5QPrVb4tSHXl6j41AdvOnxJ34xS8S7X5ldY=
=oSbR
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49015@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49015
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help