[PATCH core-updates] gnu: python-appdirs: Update to 1.4.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221010222213.10728-1-mike@rohleder.de
* gnu/packages/python-xyz.scm (python-appdirs): Update to 1.4.4.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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 @@ (define-public python-ly
(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
--
2.38.0
宋文武 wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 58422-done@debbugs.gnu.org)
87v8kphin0.fsf@envs.net
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/python-xyz.scm (python-appdirs): Update to 1.4.4.

Applied into core-updates, Thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58422@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58422
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help