guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: beets: Update to 1.4.2.


From: Leo Famulari
Subject: 01/02: gnu: beets: Update to 1.4.2.
Date: Mon, 2 Jan 2017 02:06:45 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 27ccefc3d2982b1540711740c54aa5d2bf3c1da1
Author: Leo Famulari <address@hidden>
Date:   Mon Dec 26 02:31:28 2016 -0500

    gnu: beets: Update to 1.4.2.
    
    * gnu/packages/music.scm (beets): Update to 1.4.2.
---
 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 079a075..42fee26 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.1")
+    (version "1.4.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "beets" version))
               (sha256
                (base32
-                "14yn88xrcinpdg3ic285ar0wmwldzyjfd3ll6clmp3z3r4iqffip"))))
+                "0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m"))))
     (build-system python-build-system)
     (arguments
      `(;; Python 3 support is still "alpha", and the upstream maintainers ask



reply via email to

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