guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: python-dirsync: Update to 2.2.5.


From: guix-commits
Subject: 05/11: gnu: python-dirsync: Update to 2.2.5.
Date: Sat, 10 Oct 2020 17:40:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 97046522fefc9e7c49f58e517d5304353ce57bd4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 28 01:22:54 2020 +0200

    gnu: python-dirsync: Update to 2.2.5.
    
    * gnu/packages/python-xyz.scm (python-dirsync): Update to 2.2.5.
---
 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 25eaf4a..6818b41 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15404,14 +15404,14 @@ perform the operations required for synchronizing 
plain text.")
 (define-public python-dirsync
   (package
     (name "python-dirsync")
-    (version "2.2.3")
+    (version "2.2.5")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "dirsync" version))
         (sha256
          (base32
-          "1r40fkanksagcszf1ag85mdr8w7rgc7196n6s1qlsk2abw6i7v0z"))))
+          "1gm82jddm1lkazdi8lfsl1b3vi1z0252ng60mzjym8irnv94qfhy"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("six" ,python-six)))



reply via email to

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