[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/26: gnu: emacs-scribble-mode: Update to 0.1-2.217945d.
From: |
guix-commits |
Subject: |
16/26: gnu: emacs-scribble-mode: Update to 0.1-2.217945d. |
Date: |
Thu, 19 Sep 2019 20:35:37 -0400 (EDT) |
leungbk pushed a commit to branch emacs-tests
in repository guix.
commit 973f938fab5e3ae4b68791b0faac58bda686ac0e
Author: Brian Leung <address@hidden>
Date: Tue Sep 10 06:05:22 2019 +0200
gnu: emacs-scribble-mode: Update to 0.1-2.217945d.
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode): Update to 0.1-2.217945d.
---
gnu/packages/emacs-xyz.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f0e8601..b3d6b73 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -558,16 +558,11 @@ handful of functions that are not resource-specific.")
(license license:gpl3+)))
(define-public emacs-scribble-mode
- (let ((commit "34e9e5edb921813b6483e0fefa848efb6ee4b314")
- (version "0.0")
- (revision 0))
+ (let ((commit "217945d54de5e4bb207033f2116baa28f5c5ecf2")
+ (revision "2"))
(package
(name "emacs-scribble-mode")
- (version (if (zero? revision)
- version
- (string-append version "-"
- (number->string revision)
- "." (string-take commit 7))))
+ (version (git-version "0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -575,7 +570,7 @@ handful of functions that are not resource-specific.")
(commit commit)))
(sha256
(base32
- "0598byqpz2q6yi2q4dwd77jj9z3n99z34d3an51s9m2za0nh1qvp"))))
+ "1s5ccw1a5ack01wd94ywfcrar9j98agchwdh30q7iyxr0d2z4sii"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacs-pe/scribble-mode")
(synopsis "Emacs mode for editing the Scribble documentation syntax.")
- 04/26: gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f., (continued)
- 04/26: gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f., guix-commits, 2019/09/19
- 09/26: gnu: Enable tests for emacs-evil-lion., guix-commits, 2019/09/19
- 12/26: gnu: emacs-isearch+: Update to 0-2.7c251b9., guix-commits, 2019/09/19
- 14/26: gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef., guix-commits, 2019/09/19
- 13/26: gnu: emacs-info-plus: Update to 0-2.4a6b93c., guix-commits, 2019/09/19
- 17/26: gnu: emacs-github-review: Update to 0.1-2.a13a3b4., guix-commits, 2019/09/19
- 18/26: gnu: emacs-ccls: Update to 0.1-2.9061ebb., guix-commits, 2019/09/19
- 21/26: gnu: emacs-js2-refactor-el: Update to 0.9.0-2.d4c40b5., guix-commits, 2019/09/19
- 22/26: gnu: emacs-equake: Update to 0.85-2.7eddc02., guix-commits, 2019/09/19
- 19/26: gnu: emacs-general: Update to 0-2.f032c3a., guix-commits, 2019/09/19
- 16/26: gnu: emacs-scribble-mode: Update to 0.1-2.217945d.,
guix-commits <=