mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pythonanywhere: Update to 0.12.1
* gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1 Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
808f919063
commit
4fb51904cb
1 changed files with 5 additions and 4 deletions
|
@ -15926,7 +15926,7 @@ (define-public python-docopt
|
|||
(define-public python-pythonanywhere
|
||||
(package
|
||||
(name "python-pythonanywhere")
|
||||
(version "0.9.10")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15936,7 +15936,7 @@ (define-public python-pythonanywhere
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vzzc1g8pl7cb9yvm3n1j5zlzxf0jd423rzspc2kvpb8yhvydklx"))))
|
||||
"12898jrq8bi90s5v3wirj7zprk08smwzwdx09y07x770frqd80vl"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -15967,8 +15967,9 @@ (define-public python-pythonanywhere
|
|||
(home-page "https://github.com/pythonanywhere/helper_scripts/")
|
||||
(synopsis "PythonAnywhere helper tools for users")
|
||||
(description "PythonAnywhere provides a command-line interface and an
|
||||
application programming interface that allows managing Web apps and scheduled
|
||||
tasks. It includes single-command deployment for the Django Girls tutorial.")
|
||||
application programming interface that allows managing files Web apps, scheduled
|
||||
tasks and students. It includes single-command deployment for the Django Girls
|
||||
tutorial.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pythondialog
|
||||
|
|
Loading…
Reference in a new issue