guix-commits
[Top][All Lists]
Advanced

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

08/30: gnu: emacs-posframe: Update to 0.4.3.


From: guix-commits
Subject: 08/30: gnu: emacs-posframe: Update to 0.4.3.
Date: Tue, 25 Jun 2019 02:56:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d5b326f620f920c6de255f7c63e126de4066d8de
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 03:31:11 2019 +0200

    gnu: emacs-posframe: Update to 0.4.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.4.3.
    [source]: Use GIT-FETCH and GIT-FILE-NAME.
---
 gnu/packages/emacs-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7ad1fa8..c71c0f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7591,15 +7591,17 @@ and cangjie.")
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-    (version "0.4.2")
+    (version "0.4.3")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://elpa.gnu.org/packages/posframe-"; version ".el"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tumashu/posframe";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "1h8vvxvsg41vc1nnglqjs2q0k1yzfsn72skga9s76qa3zxmx6kds"))))
+         "0i5xd7x33zmshhkzpsbpcpc8lgvv5vinnl1a07bnp8r1sp4yahm0"))))
     (build-system emacs-build-system)
     ;; emacs-minimal does not include the function font-info
     (arguments `(#:emacs ,emacs))



reply via email to

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