guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-appdirs: Update to 1.4.4.


From: guix-commits
Subject: branch core-updates updated: gnu: python-appdirs: Update to 1.4.4.
Date: Sun, 29 Jan 2023 03:03:01 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new b86a314388 gnu: python-appdirs: Update to 1.4.4.
b86a314388 is described below

commit b86a3143886e19fba7a8263389db5c57f0463664
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Oct 11 00:22:13 2022 +0200

    gnu: python-appdirs: Update to 1.4.4.
    
    * gnu/packages/python-xyz.scm (python-appdirs): Update to 1.4.4.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 a6b1c7e27e..6f092ab730 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11447,14 +11447,14 @@ provided that can be used to do various manipulations 
with LilyPond files.")
 (define-public python-appdirs
   (package
     (name "python-appdirs")
-    (version "1.4.3")
+    (version "1.4.4")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "appdirs" version))
         (sha256
           (base32
-            "14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))
+            "0hfzmwknxqhg20aj83fx80vna74xfimg8sk18wb85fmin9kh2pbx"))))
     (build-system python-build-system)
     (home-page "https://github.com/ActiveState/appdirs";)
     (synopsis



reply via email to

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