summaryrefslogtreecommitdiff
path: root/gnu/packages/patchutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patchutils.scm')
-rw-r--r--gnu/packages/patchutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 9ac10dc8e49..5f16deaffaa 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.")
322(define-public patchwork 322(define-public patchwork
323 (package 323 (package
324 (name "patchwork") 324 (name "patchwork")
325 (version "3.0.1") 325 (version "3.0.4")
326 (source (origin 326 (source (origin
327 (method git-fetch) 327 (method git-fetch)
328 (uri (git-reference 328 (uri (git-reference
@@ -331,7 +331,7 @@ you to figure out what is going on in that merge you keep avoiding.")
331 (file-name (git-file-name name version)) 331 (file-name (git-file-name name version))
332 (sha256 332 (sha256
333 (base32 333 (base32
334 "049ih1fbbbmj11v5m9ilahifl8x7gi6wyba58552y9n9djzs8csc")))) 334 "0dl0prsyzsnlq6g0jw05mxx00bq9y2rpc3vrbfxfiblyyydrn2xn"))))
335 (build-system python-build-system) 335 (build-system python-build-system)
336 (arguments 336 (arguments
337 `(;; TODO: Tests require a running database 337 `(;; TODO: Tests require a running database
@@ -455,7 +455,7 @@ if __name__ == \"__main__\":
455 (inputs 455 (inputs
456 (list python-wrapper)) 456 (list python-wrapper))
457 (propagated-inputs 457 (propagated-inputs
458 (list python-django-2.2 458 (list python-django-3.2
459 ;; TODO: Make this configurable 459 ;; TODO: Make this configurable
460 python-psycopg2 460 python-psycopg2
461 python-mysqlclient 461 python-mysqlclient