all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67387] [PATCH] gnu: book-sparc: Update to 1.1.0.
@ 2023-11-22 20:41 Artyom V. Poptsov
  2023-11-23 14:50 ` bug#67387: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2023-11-22 20:41 UTC (permalink / raw)
  To: 67387


[-- Attachment #1.1: Type: text/plain, Size: 67 bytes --]

Hello Guixers,

this patch updates SPARC book[1] to version 1.1.0.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-book-sparc-Update-to-1.1.0.patch --]
[-- Type: text/x-diff, Size: 2093 bytes --]

From 24eb084adc459b116b2b7d6d41725f075b9000db Mon Sep 17 00:00:00 2001
Message-ID: <24eb084adc459b116b2b7d6d41725f075b9000db.1700684178.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Wed, 22 Nov 2023 23:13:18 +0300
Subject: [PATCH] gnu: book-sparc: Update to 1.1.0.

* gnu/packages/books.scm (book-sparc): Update to 1.1.0.
  [source]: Don't delete "sparc.pdf" as the file is now absent from the
  repository.
  [inputs]: Add "texlive-glossaries-english".

Change-Id: I2e3b72a6a18d82d98787ea9a41041d11413f9c3a
---
 gnu/packages/books.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index 97a7e3b45c..c3504bb4ff 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -42,7 +42,7 @@ (define-module (gnu packages books)
 (define-public book-sparc
   (package
     (name "book-sparc")
-    (version "1.0.1")
+    (version "1.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -50,12 +50,11 @@ (define-public book-sparc
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0dswwwkb3h88cl3mhiy79s8i7sa9lmw6fxaj782vxgif795lcpxs"))
+                "0k1miyrnh5362qy50jzp5j3ww0c8hr7wk3y5kg6xlqgk9f8msvag"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
                #~(begin
-                   (delete-file "sparc.pdf")
                    (substitute* "version.tex.in"
                      (("@COMMIT@") ""))
                    (substitute* "Makefile"
@@ -86,6 +85,7 @@ (define-public book-sparc
            texlive-collection-langcyrillic
            texlive-fontspec
            texlive-glossaries
+           texlive-glossaries-english
            texlive-glossaries-extra
            texlive-koma-script
            texlive-lilyglyphs

base-commit: b150c546b04c9ebb09de9f2c39789221054f5eea
-- 
2.41.0


[-- Attachment #1.3: Type: text/plain, Size: 277 bytes --]


- avp

References:
1. https://github.com/artyom-poptsov/SPARC


-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67387: [PATCH] gnu: book-sparc: Update to 1.1.0.
  2023-11-22 20:41 [bug#67387] [PATCH] gnu: book-sparc: Update to 1.1.0 Artyom V. Poptsov
@ 2023-11-23 14:50 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-11-23 14:50 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 67387-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]


"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

> Hello Guixers,
>
> this patch updates SPARC book[1] to version 1.1.0.
>
> [2. text/x-diff; 0001-gnu-book-sparc-Update-to-1.1.0.patch]...

Thanks for the patch, I've pushed it to master as
8960eb027834be3e2d415b584aa74b9d8d9251dd.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-23 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 20:41 [bug#67387] [PATCH] gnu: book-sparc: Update to 1.1.0 Artyom V. Poptsov
2023-11-23 14:50 ` bug#67387: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.