gnu: patchwork: Update to 3.1.1.
* gnu/packages/patchutils.scm (patchwork): Update to 3.1.1. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
ac3906fe00
commit
e11cf1d859
|
@ -370,7 +370,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.4")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -379,7 +379,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
|
||||||
"0dl0prsyzsnlq6g0jw05mxx00bq9y2rpc3vrbfxfiblyyydrn2xn"))))
|
"0is9d4gf93jcbyshyj2k3kjyrjnvimrm6bai6dbcx630md222j5w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; TODO: Tests require a running database
|
`(;; TODO: Tests require a running database
|
||||||
|
|
Reference in New Issue