guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-titlecase: Update to 2.4.


From: guix-commits
Subject: branch master updated: gnu: python-titlecase: Update to 2.4.
Date: Sun, 11 Jun 2023 20:15:52 -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 259b2e99e7 gnu: python-titlecase: Update to 2.4.
259b2e99e7 is described below

commit 259b2e99e7121f05011742955636ff2dd96bf0e8
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Jun 11 19:01:44 2023 -0500

    gnu: python-titlecase: Update to 2.4.
    
    * gnu/packages/python-xyz.scm (python-titlecase): Update to 2.4.
    [native-inputs]: Remove python-nose.
---
 gnu/packages/python-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dd35f94214..d736e94a6b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27307,17 +27307,15 @@ an upload option to send your work back to the 
platform.")
 (define-public python-titlecase
   (package
     (name "python-titlecase")
-    (version "0.12.0")
+    (version "2.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "titlecase" version))
        (sha256
         (base32
-         "0486i99wf8ssa7sgn81fn6fv6i4rhhq6n751bc740b3hzfbpmpl4"))))
+         "00h92jdpj108z4sb6dpayfblpax20698290jnbyi5z5iwk5974i6"))))
     (build-system python-build-system)
-    (native-inputs
-     (list python-nose))
     (home-page "https://github.com/ppannuto/python-titlecase";)
     (synopsis "Capitalize strings similar to book titles")
     (description



reply via email to

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