guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-org-noter: Update to 1.4.1.


From: guix-commits
Subject: 02/02: gnu: emacs-org-noter: Update to 1.4.1.
Date: Tue, 10 Dec 2019 00:03:03 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 05899b814697fae3c0bcfa739982214dfb2183d0
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 9 23:02:31 2019 -0600

    gnu: emacs-org-noter: Update to 1.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-noter): Update to 1.4.1.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 37a43e6..be947e2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19195,17 +19195,17 @@ text-property translator.")
 (define-public emacs-org-noter
   (package
     (name "emacs-org-noter")
-    (version "1.3.0")
+    (version "1.4.1")
     (source
-        (sha256
-          (base32
-            "1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4"))))
      (origin
        (method git-fetch)
        (uri (git-reference
               (url "https://github.com/weirdNox/org-noter.git";)
               (commit version)))
        (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-org" ,emacs-org)))
     (home-page "https://github.com/weirdNox/org-noter";)



reply via email to

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