guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ytdl: Update to 1.3.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-ytdl: Update to 1.3.6.
Date: Fri, 07 May 2021 03:44:13 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ff8f743  gnu: emacs-ytdl: Update to 1.3.6.
ff8f743 is described below

commit ff8f743f7c93496e15702237eaa3c15ce5536c48
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri May 7 09:43:51 2021 +0200

    gnu: emacs-ytdl: Update to 1.3.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-ytdl): Update to 1.3.6.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cfe0b73..a3046b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20649,7 +20649,7 @@ can be queued at any time.")
 (define-public emacs-ytdl
   (package
     (name "emacs-ytdl")
-    (version "1.3.5")
+    (version "1.3.6")
     (source
      (origin
        (method git-fetch)
@@ -20658,7 +20658,7 @@ can be queued at any time.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xv93ny942gha1ipic5r6z4icjsb7src7ssdck9983kks3zacjk7"))))
+        (base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl"))))
     (build-system emacs-build-system)
     (inputs
      `(("youtube-dl" ,youtube-dl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]