all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48946] [PATCH] gnu: mpdris2: Update to 0.9.1.
@ 2021-06-10 12:12 Simon Streit
  2021-06-12  6:50 ` bug#48946: " Lars-Dominik Braun
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Streit @ 2021-06-10 12:12 UTC (permalink / raw)
  To: 48946


* gnu/packages/mpd.scm (mpdris2): Update to 0.9.1.
---
 gnu/packages/mpd.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 5ec01dca7b..94ed6de5dd 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2019 Evan Straw <evan.straw99@gmail.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
-;;; Copyright © 2020 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2020, 2021 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2021 Noah Evans <noah@nevans.me>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -383,7 +383,7 @@ other MPD frontends.")
 (define-public mpdris2
   (package
     (name "mpdris2")
-    (version "0.8")
+    (version "0.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -392,7 +392,7 @@ other MPD frontends.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "048b8acsd1b8kcxzd9fsh5p9g2an9c4rznicfcpyrsjz5syv894h"))))
+                "17ys8ccr3h6vix0agvhz859slz0phhk7lwqn5bg4az8s7zgqm3nm"))))
     (build-system gnu-build-system)
     ;; Manually wrap the binary, because we’re not using python-build-system.
     (arguments
-- 
2.31.1





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

* bug#48946: [PATCH] gnu: mpdris2: Update to 0.9.1.
  2021-06-10 12:12 [bug#48946] [PATCH] gnu: mpdris2: Update to 0.9.1 Simon Streit
@ 2021-06-12  6:50 ` Lars-Dominik Braun
  0 siblings, 0 replies; 2+ messages in thread
From: Lars-Dominik Braun @ 2021-06-12  6:50 UTC (permalink / raw)
  To: Simon Streit; +Cc: 48946-done

Hi,

pushed as 7e00afc64547564772c400e3feda9d688b4589ca. Thank you very much!

Cheers,
Lars





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

end of thread, other threads:[~2021-06-12  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 12:12 [bug#48946] [PATCH] gnu: mpdris2: Update to 0.9.1 Simon Streit
2021-06-12  6:50 ` bug#48946: " Lars-Dominik Braun

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.