gnu: Add python-monthdelta.

* gnu/packages/python-xyz.scm (python-monthdelta): New variable.

Change-Id: I0e651f41252ec50cd2d7063e37d428265b17d8c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Wilko Meyer 2024-02-19 10:53:47 +01:00 committed by Sharlatan Hellseher
parent 8124b52007
commit e8d9a163be
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18924,6 +18924,23 @@ text.")
(sha256
(base32 "189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9"))))))
(define-public python-monthdelta
(package
(name "python-monthdelta")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "MonthDelta" version))
(sha256
(base32 "0iwcsk7ryjw5h1wp10ykwd01f3am8gdlga6461q1v1njsk0rxh41"))))
(build-system pyproject-build-system)
(home-page "http://packages.python.org/MonthDelta")
(synopsis "Date computations with months")
(description
"MonthDelta provides functionality to do date computations with months.")
(license license:expat)))
(define-public python-moto
(package
(name "python-moto")