mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: patchwork: Update to 3.0.4.
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.4. [propagated-inputs]: Use Django 3.2.
This commit is contained in:
parent
1ee120a31b
commit
f2f8d8cbd6
1 changed files with 3 additions and 3 deletions
|
@ -322,7 +322,7 @@ you to figure out what is going on in that merge you keep avoiding.")
|
||||||
(define-public patchwork
|
(define-public patchwork
|
||||||
(package
|
(package
|
||||||
(name "patchwork")
|
(name "patchwork")
|
||||||
(version "3.0.1")
|
(version "3.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"049ih1fbbbmj11v5m9ilahifl8x7gi6wyba58552y9n9djzs8csc"))))
|
"0dl0prsyzsnlq6g0jw05mxx00bq9y2rpc3vrbfxfiblyyydrn2xn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; TODO: Tests require a running database
|
`(;; TODO: Tests require a running database
|
||||||
|
@ -455,7 +455,7 @@ if __name__ == \"__main__\":
|
||||||
(inputs
|
(inputs
|
||||||
(list python-wrapper))
|
(list python-wrapper))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-django-2.2
|
(list python-django-3.2
|
||||||
;; TODO: Make this configurable
|
;; TODO: Make this configurable
|
||||||
python-psycopg2
|
python-psycopg2
|
||||||
python-mysqlclient
|
python-mysqlclient
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue