mhw pushed a commit to branch gnome-updates
in repository guix.

commit e980cbe99acae52964ba0b2232a8e9aa3ea93248
Author: Mark H Weaver <[email protected]>
Date:   Mon Jan 9 03:54:35 2017 -0500

    gnu: totem-pl-parser: Update to 3.10.7.
    
    * gnu/packages/gnome.scm (totem-pl-parser): Update to 3.10.7.
    [source][uri]: Use 'version-major+minor'.
---
 gnu/packages/gnome.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ddd03d5..00691f9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2691,14 +2691,15 @@ settings, themes, mouse settings, and startup of other 
daemons.")
 (define-public totem-pl-parser
  (package
    (name "totem-pl-parser")
-   (version "3.10.6")
+   (version "3.10.7")
    (source (origin
             (method url-fetch)
-            (uri (string-append "mirror://gnome/sources/totem-pl-parser/3.10/"
+            (uri (string-append "mirror://gnome/sources/totem-pl-parser/"
+                                (version-major+minor version) "/"
                                 "totem-pl-parser-" version ".tar.xz"))
             (sha256
              (base32
-              "0mv7aw9mw77w04zg95zjf0zmk6ckshpysbb9nap15h5is6zdk9cq"))))
+              "17089sqyh6w6zr8ci865ihmvqshnslcsk9fbsl4s7yii66y8b0lw"))))
    (build-system gnu-build-system)
    (arguments
     ;; FIXME: Tests require gvfs.

Reply via email to