andreas pushed a commit to branch python-team
in repository guix.

commit e8600e72b0e44a1d5fe7428a30ddb5a0a4d65321
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 10 03:16:14 2025 +0100

    gnu: patchwork: Update to 3.2.1.
    
    * gnu/packages/patchutils.scm (patchwork): Update to 3.2.1.
    
    Change-Id: Ia6f9cd9431e2e49268ad283f98c8fae6fce4aaef
    Signed-off-by: Steve George <[email protected]>
---
 gnu/packages/patchutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index da1364cbb5..511f8bfead 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -366,7 +366,7 @@ you to figure out what is going on in that merge you keep 
avoiding.")
 (define-public patchwork
   (package
     (name "patchwork")
-    (version "3.1.1")
+    (version "3.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -375,7 +375,7 @@ you to figure out what is going on in that merge you keep 
avoiding.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0is9d4gf93jcbyshyj2k3kjyrjnvimrm6bai6dbcx630md222j5w"))))
+                "04ikawdyhjwspxvhazbp5f5vym672y0jcw8rd2m75h9ipcpnyxim"))))
     (build-system python-build-system)
     (arguments
      `(;; TODO: Tests require a running database
@@ -499,7 +499,7 @@ if __name__ == \"__main__\":
     (inputs
      (list python-wrapper))
     (propagated-inputs
-     (list python-django-3.2
+     (list python-django
            ;; TODO: Make this configurable
            python-psycopg2
            python-mysqlclient

Reply via email to