guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: python-misaka: Update to 2.1.1.


From: guix-commits
Subject: 03/09: gnu: python-misaka: Update to 2.1.1.
Date: Thu, 21 Feb 2019 20:49:47 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0dcb34126b69135062c6522694220ce74e3e6bf7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 22 01:19:46 2019 +0100

    gnu: python-misaka: Update to 2.1.1.
    
    * gnu/packages/python-xyz.scm (python-misaka): Update to 2.1.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 557a41b..0e25239 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12100,14 +12100,14 @@ terminal such as coloured output in the shell, 
overwriting output, indentation,
 (define-public python-misaka
   (package
     (name "python-misaka")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "misaka" version))
        (sha256
         (base32
-         "1yqrq3a5rracirmvk52n28nn6ckdaz897gnigv89a9gmyn87sqw7"))))
+         "1mzc29wwyhyardclj1vg2xsfdibg2lzb7f1azjcxi580ama55wv2"))))
     (build-system python-build-system)
     (arguments
      `(;; Line 37 of setup.py calls self.run_command('develop')



reply via email to

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