mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
Revert "gnu: libxfce4util: Update to 4.15.0."
This reverts commit c0bff513a4
.
This commit is contained in:
parent
5c10d55206
commit
58d5b8b44b
1 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,6 @@
|
|||
;;; Copyright © 2019 L p R n d n <guix@lprndn.info>
|
||||
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -94,15 +93,15 @@ (define-public gtk-xfce-engine
|
|||
(define-public libxfce4util
|
||||
(package
|
||||
(name "libxfce4util")
|
||||
(version "4.15.0")
|
||||
(version "4.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/libxfce4util/"
|
||||
(uri (string-append "http://archive.xfce.org/xfce/"
|
||||
(version-major+minor version)
|
||||
"/" name "-" version ".tar.bz2"))
|
||||
"/src/" name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lq9i30jdci4if2daxdcqni0x5jvpnaflgp19za9sks3gm4jma5v"))))
|
||||
"093338faqqsrlc8dkmzr7qv411ysxczg1wlg7s3gvhrfk6vpkb9j"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue