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:
Filip Lajszczak 2023-11-06 16:15:15 +00:00 committed by Ludovic Courtès
parent 808f919063
commit 4fb51904cb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -15926,7 +15926,7 @@ programmatically with command-line parsers like @code{getopt} and
(define-public python-pythonanywhere (define-public python-pythonanywhere
(package (package
(name "python-pythonanywhere") (name "python-pythonanywhere")
(version "0.9.10") (version "0.12.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15936,7 +15936,7 @@ programmatically with command-line parsers like @code{getopt} and
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0vzzc1g8pl7cb9yvm3n1j5zlzxf0jd423rzspc2kvpb8yhvydklx")))) "12898jrq8bi90s5v3wirj7zprk08smwzwdx09y07x770frqd80vl"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -15967,8 +15967,9 @@ programmatically with command-line parsers like @code{getopt} and
(home-page "https://github.com/pythonanywhere/helper_scripts/") (home-page "https://github.com/pythonanywhere/helper_scripts/")
(synopsis "PythonAnywhere helper tools for users") (synopsis "PythonAnywhere helper tools for users")
(description "PythonAnywhere provides a command-line interface and an (description "PythonAnywhere provides a command-line interface and an
application programming interface that allows managing Web apps and scheduled application programming interface that allows managing files Web apps, scheduled
tasks. It includes single-command deployment for the Django Girls tutorial.") tasks and students. It includes single-command deployment for the Django Girls
tutorial.")
(license license:expat))) (license license:expat)))
(define-public python-pythondialog (define-public python-pythondialog