guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: libxfce4util: Update to 4.15.0."


From: guix-commits
Subject: branch master updated: Revert "gnu: libxfce4util: Update to 4.15.0."
Date: Sun, 19 Apr 2020 14:09:56 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 58d5b8b  Revert "gnu: libxfce4util: Update to 4.15.0."
58d5b8b is described below

commit 58d5b8b44b37b1f9df279ed02a3c11f580caa634
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Sun Apr 19 18:44:24 2020 +0200

    Revert "gnu: libxfce4util: Update to 4.15.0."
    
    This reverts commit c0bff513a41a12b446565f3c0de06343acbb6e23.
---
 gnu/packages/xfce.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 18327af..8a03e51 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -12,7 +12,6 @@
 ;;; Copyright © 2019 L  p R n  d n <address@hidden>
 ;;; Copyright © 2019 Ingo Ruhnke <address@hidden>
 ;;; Copyright © 2020 Vincent Legoll <address@hidden>
-;;; Copyright © 2020 Naga Malleswari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -94,15 +93,15 @@
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]