diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 04:28:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-17 04:45:29 +0100 |
commit | 7661f82d97c60b2e02d6778217e21e982f01d91c (patch) | |
tree | b9e61774fc8f40663d99c25437cd535dcc4f8146 /gnu/packages | |
parent | dc2de508a38d8e0a3f93e8d6ded225d3a7e32548 (diff) | |
download | guix-7661f82d97c60b2e02d6778217e21e982f01d91c.tar.gz guix-7661f82d97c60b2e02d6778217e21e982f01d91c.zip |
gnu: pdfpc: Update to 4.4.1.
* gnu/packages/pdf.scm (pdfpc): Update to 4.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 2a4be26f8c..a1984e0695 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1261,7 +1261,7 @@ multiple files.") (define-public pdfpc (package (name "pdfpc") - (version "4.4.0") + (version "4.4.1") (source (origin (method git-fetch) @@ -1270,7 +1270,7 @@ multiple files.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0vh2r32akvasdrghkaq7ard24r2qncp34jfiyshi3zxabm9bhfaa")))) + (base32 "11n925c5jj3yfwnqkgxzqrmsrpqh8ls1g4idmqqzpsanpam1xvna")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no test target (inputs |