Archived
1
0
Fork 0

gnu: emacs-seriestracker: Update to 1.3.1.

* gnu/packages/emacs-xyz.scm (emacs-seriestracker): Update to 1.3.1.
This commit is contained in:
Nicolas Goaziou 2023-09-03 12:05:11 +02:00
parent 9f6feeca3a
commit 9a1093206e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -36433,7 +36433,7 @@ rules about where space should be left to separate words and parentheses.")
(define-public emacs-seriestracker (define-public emacs-seriestracker
(package (package
(name "emacs-seriestracker") (name "emacs-seriestracker")
(version "1.1") (version "1.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -36442,7 +36442,7 @@ rules about where space should be left to separate words and parentheses.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0b9hf20iah3ym2d4kz67k0kb48dq0442zxw4zmc03zg3sxfdxh0x")))) (base32 "0gfm7ss3bwj3m2y1mb4sdmsv85mjnpkgmzasa3yfj69zbq46glhn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-dash)) (propagated-inputs (list emacs-dash))
(home-page "https://github.com/MaximeWack/seriesTracker") (home-page "https://github.com/MaximeWack/seriesTracker")