mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: libksane: Update to 25.12.0.
* gnu/packages/kde-graphics.scm (libksane): Update to 25.12.0. Change-Id: Iba9d9afa2009fa0259d5dff88d969129c2cce506
This commit is contained in:
parent
160efe3f27
commit
33aa20e32b
1 changed files with 2 additions and 2 deletions
|
|
@ -704,14 +704,14 @@ decode RAW picture files.")
|
|||
(define-public libksane
|
||||
(package
|
||||
(name "libksane")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/libksane-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0s3gdlblzh19zxp1wbk07q6anyck2gj94538ijlkp0lvrkpz82vk"))))
|
||||
(base32 "145bsfywycpiv0s3b8m2k944ppc8cvnp5mg4abnpj5hmm73f9zdl"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue