mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libkomparediff2: Update to 17.12.1
* gnu/packages/kde.scm(libkomparediff2): Update to 17.12.1. [source] Switch to KDE mirror, use mirror://kde scheme.
This commit is contained in:
parent
c8c06bf5b0
commit
3600001693
1 changed files with 2 additions and 2 deletions
|
@ -367,7 +367,7 @@ (define-public kholidays
|
|||
(define-public libkomparediff2
|
||||
(package
|
||||
(name "libkomparediff2")
|
||||
(version "16.08.2")
|
||||
(version "17.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -376,7 +376,7 @@ (define-public libkomparediff2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lafifrwfxvn0jwhz67kwv7m38lm4syips3fq77rwcvfhmkiijmh"))))
|
||||
"0jd700pjw51vyan5d22k6j60jgb95pfn2nvwz2nfs2f4xlsly1hz"))))
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue