guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: beets: Update to 1.4.3.


From: Leo Famulari
Subject: 02/03: gnu: beets: Update to 1.4.3.
Date: Wed, 11 Jan 2017 05:49:07 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 541b3f59ae9f72ad4f78be71379328d96cc82e12
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 10 22:25:27 2017 -0500

    gnu: beets: Update to 1.4.3.
    
    * gnu/packages/music.scm (beets): Update to 1.4.3.
---
 gnu/packages/music.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 49b3cc6..f03bda7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2056,13 +2056,13 @@ websites such as Libre.fm.")
 (define-public beets
   (package
     (name "beets")
-    (version "1.4.2")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "beets" version))
               (sha256
                (base32
-                "0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m"))))
+                "0r743a2pv1iyw50jsdl01v2ml3pdkhdp920a5d1wsacak48vwgxr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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