guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-pylast: Update to 1.9.0.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: python-pylast: Update to 1.9.0.
Date: Mon, 21 Aug 2017 16:52:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4ecab114fd29e5465fdf5d94ac0ebe63d9dd5ceb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 21 16:12:05 2017 +0200

    gnu: python-pylast: Update to 1.9.0.
    
    * gnu/packages/python.scm (python-pylast): Update to 1.9.0.
---
 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 29ab50f..51a213b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2180,13 +2180,13 @@ detailed track info including timbre, pitch, rhythm and 
loudness information.
 (define-public python-pylast
   (package
     (name "python-pylast")
-    (version "1.6.0")
+    (version "1.9.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pylast" version))
               (sha256
                (base32
-                "0bml11gfkxqd3i2jxkn5k2xllc4rvxjcyhs8an05gcyy1zp2bwvb"))))
+                "190c6sicc80v21wbbwbq771nqmxw4r6aqmxs22ndj177rc2l275f"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; FIXME: Requires unpackaged python-flaky.



reply via email to

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