z572 pushed a commit to branch kde-team
in repository guix.

commit e2b83caf76c101d2840a51703c870c80d82d8762
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Apr 13 21:08:19 2024 +0800

    gnu: libraw: Update to 0.21.2.
    
    * gnu/packages/photo.scm (libraw): Update to 0.21.2.
    
    Change-Id: I0d2932395feffed323a47db1d954d4bbf14ef128
---
 gnu/packages/photo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 5d6675b7e2..73a467da37 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2022, 2023 John Kehayias <[email protected]>
 ;;; Copyright © 2022 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2023 Bruno Victal <[email protected]>
+;;; Copyright © 2024 Zheng Junjie <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -186,14 +187,14 @@ cards and generate meaningful file and folder names.")
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.20.0")
+    (version "0.21.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "18wlsvj6c1rv036ph3695kknpgzc3lk2ikgshy8417yfl8ykh2hz"))))
+                "00sbscniqrwj341gyvzkgcidfkmscgxx05s4dsplp186680qhwpy"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

Reply via email to