gnu: patchwork: Update to 3.0.0.
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.0.
This commit is contained in:
parent
032a26d50b
commit
769a7e4b97
1 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,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 "2.2.3")
|
(version "3.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -330,7 +330,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
|
||||||
"0rc1ylg2p4mlj1gsz4cgk6kwijdzgzdk29w3bnzywsvyxrdn4bc3"))))
|
"005irr5xsjpp3wrvvqs2xyr14ig9vp3h4v0qixhj1b8v69cfrgpi"))))
|
||||||
(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 a new issue