all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45286] [PATCH] gnu: kdevelop: Update to 5.6.1.
@ 2020-12-17  7:13 Michael Rohleder
  2020-12-22 15:32 ` bug#45286: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-12-17  7:13 UTC (permalink / raw)
  To: 45286

* gnu/packages/kde.scm (kdevelop): Update to 5.6.1.
---
 gnu/packages/kde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2718acac9a..582726746e 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -230,7 +230,7 @@ projects.")
 (define-public kdevelop
   (package
     (name "kdevelop")
-    (version "5.5.2")
+    (version "5.6.1")
     (source
       (origin
         (method url-fetch)
@@ -238,7 +238,7 @@ projects.")
                             "/" version "/src/kdevelop-"
                             version ".tar.xz"))
         (sha256
-         (base32 "1nkl3z1n1l7ly2zvmbx2sdhx5q72wcvpwhzsz3qgw1474qd9i3i2"))))
+         (base32 "02ip5r67hjfpywkm3mz86n6wbqcr7996ifzfd2fyzsvm4998hi4y"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45286: [PATCH] gnu: kdevelop: Update to 5.6.1.
  2020-12-17  7:13 [bug#45286] [PATCH] gnu: kdevelop: Update to 5.6.1 Michael Rohleder
@ 2020-12-22 15:32 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-12-22 15:32 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45286-done

Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/kde.scm (kdevelop): Update to 5.6.1.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  7:13 [bug#45286] [PATCH] gnu: kdevelop: Update to 5.6.1 Michael Rohleder
2020-12-22 15:32 ` bug#45286: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.