unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Artem Chernyak <artemchernyak@gmail.com>
To: 51232@debbugs.gnu.org
Subject: [bug#51232] [PATCH 1/2] gnu: Update udiskie to 2.3.3
Date: Fri, 15 Oct 2021 22:33:44 -0500	[thread overview]
Message-ID: <CALP7HJtByOY61bLmabUXmZhJEQ9Azu=US3KLE0Y4t-S5N_XErg@mail.gmail.com> (raw)
In-Reply-To: <CALP7HJv-ynHeet6s=S9M0y0uNjskqT64QnBU-OwTa8hOz5RsQg@mail.gmail.com>

* gnu/packages/freedesktop.scm (udiskie): Update to 2.3.3
---
 gnu/packages/freedesktop.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 514125977b..a002e3e807 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1998,17 +1998,14 @@ (define-public python-cchardet
 (define-public udiskie
   (package
     (name "udiskie")
-    (version "2.1.0")
+    (version "2.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "udiskie" version))
        (sha256
         (base32
-         "0smib8vbs9q37n7ynhzyw97q16fgdkcdw7fw69lci0xvyq00v1dz"))
-       ;; Remove support for the libappindicator library of the
-       ;; Unity desktop environment which is not in Guix.
-       (patches (search-patches "udiskie-no-appindicator.patch"))))
+         "0sagdmsc5km32h3jvgj843p8bicrrgfz26qhl04ibxmas6725zr0"))))
     (build-system python-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)
@@ -2017,6 +2014,7 @@ (define-public udiskie
     (inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
+       ("libappindicator" ,libappindicator)
        ("libnotify" ,libnotify)
        ("udisks" ,udisks)))
     (propagated-inputs
-- 
2.33.0




  reply	other threads:[~2021-10-16  3:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-16  3:30 [bug#51232] [PATCH 0/2] gnu: Update udiskie to 2.3.3 Artem Chernyak
2021-10-16  3:33 ` Artem Chernyak [this message]
2021-10-16  3:34 ` [bug#51232] [PATCH 2/2] gnu: Remove udiskie-no-appindicator.patch Artem Chernyak
2021-10-18  9:00 ` [bug#51232] [PATCH 0/2] gnu: Update udiskie to 2.3.3 Guillaume Le Vaillant
2021-10-18 12:14 ` [bug#51232] [PATCH] " Artem Chernyak
2021-10-18 14:44   ` bug#51232: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALP7HJtByOY61bLmabUXmZhJEQ9Azu=US3KLE0Y4t-S5N_XErg@mail.gmail.com' \
    --to=artemchernyak@gmail.com \
    --cc=51232@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).