guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: patchwork: Update to 3.0.4.


From: guix-commits
Subject: 01/02: gnu: patchwork: Update to 3.0.4.
Date: Sat, 8 Jan 2022 06:13:53 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit f2f8d8cbd6b6b110034232e40ecd8faed4aa0ce1
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jan 8 11:08:14 2022 +0000

    gnu: patchwork: Update to 3.0.4.
    
    * gnu/packages/patchutils.scm (patchwork): Update to 3.0.4.
    [propagated-inputs]: Use Django 3.2.
---
 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 9ac10dc8e4..5f16deaffa 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -322,7 +322,7 @@ you to figure out what is going on in that merge you keep 
avoiding.")
 (define-public patchwork
   (package
     (name "patchwork")
-    (version "3.0.1")
+    (version "3.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -331,7 +331,7 @@ you to figure out what is going on in that merge you keep 
avoiding.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "049ih1fbbbmj11v5m9ilahifl8x7gi6wyba58552y9n9djzs8csc"))))
+                "0dl0prsyzsnlq6g0jw05mxx00bq9y2rpc3vrbfxfiblyyydrn2xn"))))
     (build-system python-build-system)
     (arguments
      `(;; TODO: Tests require a running database
@@ -455,7 +455,7 @@ if __name__ == \"__main__\":
     (inputs
      (list python-wrapper))
     (propagated-inputs
-     (list python-django-2.2
+     (list python-django-3.2
            ;; TODO: Make this configurable
            python-psycopg2
            python-mysqlclient



reply via email to

[Prev in Thread] Current Thread [Next in Thread]