unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58930] [PATCH] gnu: guile-ics: Update to 0.4.0.
@ 2022-10-31 19:03 Artyom V. Poptsov
  2022-11-09 16:47 ` bug#58930: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2022-10-31 19:03 UTC (permalink / raw)
  To: 58930


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

Hello,

this patch updates Guile-ICS to 0.4.0.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-guile-ics-Update-to-0.4.0.patch --]
[-- Type: text/x-diff, Size: 2557 bytes --]

From 38ca46574d65bc20470aa02b75e69516ffc234c4 Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Mon, 31 Oct 2022 21:59:55 +0300
Subject: [PATCH] gnu: guile-ics: Update to 0.4.0.

* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.4.0.
  [propagated-inputs]: Add "guile-dsv".
  [description]: Update.
  (guile2.2-ics): Likewise.
---
 gnu/packages/guile-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 209ba694d7..86eb1bd648 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1748,7 +1748,7 @@ (define-public guile2.2-hall
 (define-public guile-ics
   (package
     (name "guile-ics")
-    (version "0.3.0")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
@@ -1758,7 +1758,7 @@ (define-public guile-ics
        (file-name (string-append name "-" version "-checkout"))
        (sha256
         (base32
-         "1526kdzcn0qvf5hpb4x5q01vb9mph9gfw24p81inqgjvy7a57lf9"))))
+         "1wjkba135iipwqrp14c3q6wpbjhglp9d12is16lj8l81xyv8gjn3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases
@@ -1771,12 +1771,13 @@ (define-public guile-ics
            help2man
            pkg-config))
     (inputs (list guile-3.0 which))
-    (propagated-inputs (list guile-lib guile-smc))
+    (propagated-inputs (list guile-lib guile-smc guile-dsv))
     (home-page "https://github.com/artyom-poptsov/guile-ics")
     (synopsis "Guile parser library for the iCalendar format")
     (description
-     "Guile-ICS is an iCalendar (RFC5545) format parser library written in
-pure Scheme.  The library can be used to read and write iCalendar data.
+     "Guile-ICS is an iCalendar (RFC5545) and vCard (RFC6350) format parser
+library written in pure Scheme.  The library can be used to read and write
+iCalendar/vCadr data and convert the data from/to various formats.
 
 The library is shipped with documentation in Info format and usage examples.")
     (license license:gpl3+)))
@@ -1786,7 +1787,7 @@ (define-public guile2.2-ics
     (inherit guile-ics)
     (name "guile2.2-ics")
     (inputs (list guile-2.2 which))
-    (propagated-inputs (list guile2.2-lib guile2.2-smc))))
+    (propagated-inputs (list guile2.2-lib guile2.2-dsv guile2.2-smc))))
 
 (define-public guile-imanifest
   (let ((commit "ccd5a2111b008d778106f5595a3a585954d95d0")
-- 
2.34.1


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


- Artyom

-- 
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: 519 bytes --]

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

* bug#58930: [PATCH] gnu: guile-ics: Update to 0.4.0.
  2022-10-31 19:03 [bug#58930] [PATCH] gnu: guile-ics: Update to 0.4.0 Artyom V. Poptsov
@ 2022-11-09 16:47 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-11-09 16:47 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 58930-done


> * gnu/packages/guile-xyz.scm (guile-ics): Update to 0.4.0.
>   [propagated-inputs]: Add "guile-dsv".
>   [description]: Update.
>   (guile2.2-ics): Likewise.

Applied, thanks.

Mathieu




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

end of thread, other threads:[~2022-11-09 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31 19:03 [bug#58930] [PATCH] gnu: guile-ics: Update to 0.4.0 Artyom V. Poptsov
2022-11-09 16:47 ` bug#58930: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).