emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57330: closed ([PATCH] gnu: beets: Update to 1.6.0.)


From: GNU bug Tracking System
Subject: bug#57330: closed ([PATCH] gnu: beets: Update to 1.6.0.)
Date: Mon, 22 Aug 2022 06:20:02 +0000

Your message dated Mon, 22 Aug 2022 14:19:21 +0800
with message-id <87r118ajh2.fsf@envs.net>
and subject line Re: bug#57330: [PATCH] gnu: beets: Update to 1.6.0.
has caused the debbugs.gnu.org bug report #57330,
regarding [PATCH] gnu: beets: Update to 1.6.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57330: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57330
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: beets: Update to 1.6.0. Date: Mon, 22 Aug 2022 04:26:05 +0200
* gnu/packages/music.scm (beets): Update to 1.6.0.
[inputs]: Remove python-six.
---
 gnu/packages/music.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8f383358d8..e1de632dda 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3724,13 +3724,13 @@ (define-public instantmusic
 (define-public beets
   (package
     (name "beets")
-    (version "1.5.0")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "beets" version))
               (sha256
                (base32
-                "0arl4nc3y8iwa331hf6ggai19y8ns9pl03g5d6ac857wq2x7nzw8"))))
+                "0paj2nxvdx4zz9xawjpbsh0dy1kp9kfhxg8akh1rpz2awhsbfvxa"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -3773,7 +3773,6 @@ (define-public beets
            python-munkres
            python-musicbrainzngs
            python-pyyaml
-           python-six
            python-unidecode
            ;; Optional dependencies for plugins. Some of these are also 
required by tests.
            python-beautifulsoup4 ; For lyrics.
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#57330: [PATCH] gnu: beets: Update to 1.6.0. Date: Mon, 22 Aug 2022 14:19:21 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/music.scm (beets): Update to 1.6.0.
> [inputs]: Remove python-six.

Pushed, thank you!


--- End Message ---

reply via email to

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