guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: emacs-seriestracker: Update to 1.3.1.


From: guix-commits
Subject: 03/08: gnu: emacs-seriestracker: Update to 1.3.1.
Date: Sun, 3 Sep 2023 06:33:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9a1093206e6f157f085dd24dc31f13367797e597
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 3 12:05:11 2023 +0200

    gnu: emacs-seriestracker: Update to 1.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-seriestracker): Update to 1.3.1.
---
 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 13acd89fcd..3045bb58d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36433,7 +36433,7 @@ rules about where space should be left to separate 
words and parentheses.")
 (define-public emacs-seriestracker
   (package
     (name "emacs-seriestracker")
-    (version "1.1")
+    (version "1.3.1")
     (source
      (origin
        (method git-fetch)
@@ -36442,7 +36442,7 @@ rules about where space should be left to separate 
words and parentheses.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0b9hf20iah3ym2d4kz67k0kb48dq0442zxw4zmc03zg3sxfdxh0x"))))
+        (base32 "0gfm7ss3bwj3m2y1mb4sdmsv85mjnpkgmzasa3yfj69zbq46glhn"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-dash))
     (home-page "https://github.com/MaximeWack/seriesTracker";)



reply via email to

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