[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-titlecase: Update to 2.4.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-titlecase: Update to 2.4.1. |
Date: |
Fri, 31 May 2024 12:42:17 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 952075880d gnu: python-titlecase: Update to 2.4.1.
952075880d is described below
commit 952075880d25689834a8073faf6b0ef384aff5bc
Author: jgart <jgart@dismail.de>
AuthorDate: Fri May 31 11:35:14 2024 -0500
gnu: python-titlecase: Update to 2.4.1.
* gnu/packages/python-xyz.scm (python-titlecase): Update to 2.4.1.
Change-Id: I77473c44c5bb93b5fcbbe8252eb07db09340d2b1
---
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 4b38cf17a4..c22df7728a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30457,14 +30457,14 @@ an upload option to send your work back to the
platform.")
(define-public python-titlecase
(package
(name "python-titlecase")
- (version "2.4")
+ (version "2.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "titlecase" version))
(sha256
(base32
- "00h92jdpj108z4sb6dpayfblpax20698290jnbyi5z5iwk5974i6"))))
+ "1x9myq3rlbw6wh946ncch8px7wyabhzacy2fjji13nmvrivs50vx"))))
(build-system python-build-system)
(home-page "https://github.com/ppannuto/python-titlecase")
(synopsis "Capitalize strings similar to book titles")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-titlecase: Update to 2.4.1.,
guix-commits <=