all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66969] [PATCH] gnu: python-pythonanywhere: Update to 0.12.1
@ 2023-11-06 16:15 Filip Lajszczak
  2023-12-02 11:02 ` bug#66969: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Filip Lajszczak @ 2023-11-06 16:15 UTC (permalink / raw)
  To: 66969; +Cc: Filip Lajszczak

* gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1

Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76
---
 gnu/packages/python-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e521c1580d..36a75a0366 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15891,7 +15891,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)
@@ -15901,7 +15901,7 @@ (define-public python-pythonanywhere
         (file-name (git-file-name name version))
         (sha256
           (base32
-           "0vzzc1g8pl7cb9yvm3n1j5zlzxf0jd423rzspc2kvpb8yhvydklx"))))
+           "12898jrq8bi90s5v3wirj7zprk08smwzwdx09y07x770frqd80vl"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -15932,8 +15932,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
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66969: [PATCH] gnu: python-pythonanywhere: Update to 0.12.1
  2023-11-06 16:15 [bug#66969] [PATCH] gnu: python-pythonanywhere: Update to 0.12.1 Filip Lajszczak
@ 2023-12-02 11:02 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-02 11:02 UTC (permalink / raw)
  To: Filip Lajszczak; +Cc: 66969-done

Hi,

Filip Lajszczak <filip@lajszczak.dev> skribis:

> * gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1
>
> Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-02 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-06 16:15 [bug#66969] [PATCH] gnu: python-pythonanywhere: Update to 0.12.1 Filip Lajszczak
2023-12-02 11:02 ` bug#66969: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.