[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-download: Update to 0.1.0-3.42ac36
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-download: Update to 0.1.0-3.42ac361. |
Date: |
Sun, 08 Nov 2020 06:38:40 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d1c4667 gnu: emacs-org-download: Update to 0.1.0-3.42ac361.
d1c4667 is described below
commit d1c4667845ba10559596cd07bd7bb2286568b39e
Author: AuPath <marco.au.grassi98@protonmail.com>
AuthorDate: Sun Nov 8 11:39:40 2020 +0100
gnu: emacs-org-download: Update to 0.1.0-3.42ac361.
* gnu/packages/emacs-xyz.scm (emacs-org-download): Update to
0.1.0-3.42ac361.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 574de21..d69d31b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21655,8 +21655,8 @@ and searching through @code{Ctags} files.")
(license license:expat))))
(define-public emacs-org-download
- (let ((commit "10c9d7c8eed928c88a896310c882e3af4d8d0f61")
- (revision "2"))
+ (let ((commit "42ac361ef5502017e6fc1bceb00333eba90402f4")
+ (revision "3"))
(package
(name "emacs-org-download")
(version (git-version "0.1.0" revision commit))
@@ -21665,10 +21665,9 @@ and searching through @code{Ctags} files.")
(uri (git-reference
(url "https://github.com/abo-abo/org-download")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0i8wlx1i7y1vn5lqwjifvymvszg28a07vwqcm4jslf1v2ajs1lsl"))
- (file-name (git-file-name name version))))
+ (base32
"1frd6wk8xfk2q9xczkzz90iily8l8f9fancvbqbnj263z120zzdl"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-org" ,emacs-org)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-download: Update to 0.1.0-3.42ac361.,
guix-commits <=