gnu: cppunit: Update to 1.15.1.
authorMarius Bakke <marius@gnu.org>
Sat, 19 Dec 2020 23:11:33 +0000 (00:11 +0100)
committerMarius Bakke <marius@gnu.org>
Sun, 20 Dec 2020 15:30:41 +0000 (16:30 +0100)
* gnu/packages/check.scm (cppunit): Update to 1.15.1.

gnu/packages/check.scm

index 47fc249..b6ecd37 100644 (file)
@@ -266,14 +266,14 @@ with a flexible variety of user interfaces.")
 (define-public cppunit
   (package
     (name "cppunit")
-    (version "1.14.0")
+    (version "1.15.1")
     (source (origin
              (method url-fetch)
               (uri (string-append "http://dev-www.libreoffice.org/src/"
                                   name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1027cyfx5gsjkdkaf6c2wnjh68882grw8n672018cj3vs9lrhmix"))))
+               "19qpqzy66bq76wcyadmi3zahk5v1ll2kig1nvg96zx9padkcdic9"))))
     ;; Explicitly link with libdl. This is expected to be done by packages
     ;; relying on cppunit for their tests. However, not all of them do.
     ;; If we added the linker flag to such packages, we would pollute all