diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-15 15:42:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-15 19:18:46 +0200 |
commit | c5c977b5ea700a25296ba220736167afc07ad156 (patch) | |
tree | 06ee7eb9f086eae9047adf09403e55e2c0076504 /gnu | |
parent | d6915cb8ae05bbb13965bb19214be9fdb6cdd649 (diff) | |
download | guix-c5c977b5ea700a25296ba220736167afc07ad156.tar.gz |
gnu: libcdr: Update to 0.1.7.
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 39867a1994..c2a935e4de 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -424,14 +424,14 @@ AbiWord documents.") (define-public libcdr (package (name "libcdr") - (version "0.1.6") + (version "0.1.7") (source (origin (method url-fetch) (uri (string-append "https://dev-www.libreoffice.org/src/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "0qgqlw6i25zfq1gf7f6r5hrhawlrgh92sg238kjpf2839aq01k81")))) + "1m6dirmyhqwnrpv80z97x5k5hdh4kh8a8zlq3smbjrilc6fj8rjn")))) (build-system gnu-build-system) (native-inputs `(("cppunit" ,cppunit) |