guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-olefile: Update to 0.46.


From: guix-commits
Subject: 01/02: gnu: python-olefile: Update to 0.46.
Date: Sat, 6 Jul 2019 12:26:56 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5bef0f108c3883bbe8888c749d7e6e2a0db61fc4
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 6 18:09:32 2019 +0200

    gnu: python-olefile: Update to 0.46.
    
    * gnu/packages/python-xyz.scm (python-olefile): Update to 0.46.
    [source]: Switch to release tarball instead of git snapshot.
---
 gnu/packages/python-xyz.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b911d36..c37122f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4302,19 +4302,18 @@ services for your Python modules and applications.")
 (define-public python-olefile
   (package
     (name "python-olefile")
-    (version "0.45.1")
+    (version "0.46")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/decalage2/olefile/archive/v";
-                           version ".tar.gz"))
+       (uri (string-append "https://github.com/decalage2/olefile/releases/";
+                           "download/v" version "/olefile-" version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "18ai19zwagm6nli14k8bii31ipbab2rp7plrvsm6gmfql551a8ai"))))
+         "1kjxh4gr651hpqkjfv89cfzr40hyvf3vjlda7mifiail83j7j07m"))))
     (build-system python-build-system)
-    (home-page
-     "https://www.decalage.info/python/olefileio";)
+    (home-page "https://www.decalage.info/python/olefileio";)
     (synopsis "Read and write Microsoft OLE2 files.")
     (description
      "@code{olefile} can parse, read and write Microsoft OLE2 files (Structured



reply via email to

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