[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: extractpdfmark: Update to 1.1.1.
From: |
guix-commits |
Subject: |
06/07: gnu: extractpdfmark: Update to 1.1.1. |
Date: |
Thu, 6 Oct 2022 18:59:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit eea2d5b6f74a14088e69480d36cd5dcc0a526263
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 7 00:49:36 2022 +0200
gnu: extractpdfmark: Update to 1.1.1.
* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index d698450656..6a04c4b0f8 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -112,7 +112,7 @@
(define-public extractpdfmark
(package
(name "extractpdfmark")
- (version "1.1.0")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -121,7 +121,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "14aa6zly53j8gx5d32caiabk2j4b102xha0v9149yahz6kbn5b80"))))
+ (base32 "0yzc3ajgdfb4ssxp49g2vrki45kl144j39bg0wdn6h9dc14kzmx4"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (cb731c80ff -> 8319be779f), guix-commits, 2022/10/06
- 05/07: gnu: emacs-lcr: Update to 1.2., guix-commits, 2022/10/06
- 07/07: gnu: extractpdfmark: Improve package style., guix-commits, 2022/10/06
- 06/07: gnu: extractpdfmark: Update to 1.1.1.,
guix-commits <=
- 03/07: gnu: emacs-ement: Update to 0.3.1., guix-commits, 2022/10/06
- 01/07: gnu: emacs-debbugs: Update to 0.34., guix-commits, 2022/10/06
- 02/07: gnu: emacs-emms: Update to 12., guix-commits, 2022/10/06
- 04/07: gnu: emacs-org-re-reveal: Update to 3.16.0., guix-commits, 2022/10/06