[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")
- branch master updated (9d2e632377 -> 52af65cf66), guix-commits, 2023/09/03
- 01/08: gnu: emacs-org-ref: Update to 3.0-0.bb375f3., guix-commits, 2023/09/03
- 03/08: gnu: emacs-seriestracker: Update to 1.3.1.,
guix-commits <=
- 04/08: gnu: emacs-scpaste: Update to 0.7.0., guix-commits, 2023/09/03
- 02/08: gnu: emacs-substitute: Update to 0.2.0., guix-commits, 2023/09/03
- 08/08: gnu: emacs-pcre2el: Update to 1.12., guix-commits, 2023/09/03
- 07/08: gnu: emacs-org-contrib: Update to 0.4.2., guix-commits, 2023/09/03
- 06/08: gnu: emacs-org: Update to 9.6.9., guix-commits, 2023/09/03
- 05/08: gnu: emacs-popon: Update to 0.13., guix-commits, 2023/09/03