mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8124b52007
commit
e8d9a163be
1 changed files with 17 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue