unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37539] [PATCH] gnu: gpodder: Update to 3.10.10.
@ 2019-09-28  8:40 Pierre Langlois
  2019-09-28 20:44 ` bug#37539: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2019-09-28  8:40 UTC (permalink / raw)
  To: 37539; +Cc: Pierre Langlois

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

Hello Guix!

Here's an update for gpodder!

Thanks,
Pierre


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gpodder-Update-to-3.10.10.patch --]
[-- Type: text/x-patch, Size: 1625 bytes --]

From 34c9412e708bdbdcd200c65519d4a6ede3fa75ac Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Fri, 27 Sep 2019 09:43:43 +0100
Subject: [PATCH] gnu: gpodder: Update to 3.10.10.

* gnu/packages/gpodder.scm (gpodder): Update to 3.10.10.
[inputs]: Add youtube-dl.
---
 gnu/packages/gpodder.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 7c9994f128..f896ddae35 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -31,12 +31,13 @@
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
-  #:use-module (gnu packages qt))
+  #:use-module (gnu packages qt)
+  #:use-module (gnu packages video))

 (define-public gpodder
   (package
     (name "gpodder")
-    (version "3.10.9")
+    (version "3.10.10")
     (source
      (origin
        (method git-fetch)
@@ -45,7 +46,7 @@
              (commit version)))
        (sha256
         (base32
-         "1sdmr1sq1d4p492zp9kq3npl7p56yr0pr470z9r6xxcylax5mhfq"))
+         "1phgd3xly6ddrxpx5glgfs1ya4xq2qbcx5d9l3d6i4dlhji1dmja"))
        (file-name (git-file-name name version))))
     (build-system python-build-system)
     (native-inputs
@@ -58,6 +59,7 @@
        ("python-html5lib" ,python-html5lib)
        ("python-mygpoclient" ,python-mygpoclient)
        ("python-podcastparser" ,python-podcastparser)
+       ("youtube-dl" ,youtube-dl)
        ("xdg-utils" ,xdg-utils)))
     (arguments
      '(#:phases
--
2.23.0


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

* bug#37539: [PATCH] gnu: gpodder: Update to 3.10.10.
  2019-09-28  8:40 [bug#37539] [PATCH] gnu: gpodder: Update to 3.10.10 Pierre Langlois
@ 2019-09-28 20:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-28 20:44 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 37539-done

Howdy Pierre,

Pierre Langlois <pierre.langlois@gmx.com> skribis:

> From 34c9412e708bdbdcd200c65519d4a6ede3fa75ac Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Fri, 27 Sep 2019 09:43:43 +0100
> Subject: [PATCH] gnu: gpodder: Update to 3.10.10.
>
> * gnu/packages/gpodder.scm (gpodder): Update to 3.10.10.
> [inputs]: Add youtube-dl.

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2019-09-28 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28  8:40 [bug#37539] [PATCH] gnu: gpodder: Update to 3.10.10 Pierre Langlois
2019-09-28 20:44 ` bug#37539: " Ludovic Courtès

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).