mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-20 16:15:54 +02:00
gnu: patchwork: Update to 2.2.3.
* gnu/packages/patchutils.scm (patchwork): Update to 2.2.3.
This commit is contained in:
@@ -321,7 +321,7 @@ you to figure out what is going on in that merge you keep avoiding.")
|
||||
(define-public patchwork
|
||||
(package
|
||||
(name "patchwork")
|
||||
(version "2.2.2")
|
||||
(version "2.2.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(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))
|
||||
(sha256
|
||||
(base32
|
||||
"1cr3lhm589zhvcgfm8gni036866k2livq1rcxbnigjxlw9p5znaf"))))
|
||||
"0rc1ylg2p4mlj1gsz4cgk6kwijdzgzdk29w3bnzywsvyxrdn4bc3"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; TODO: Tests require a running database
|
||||
|
||||
Reference in New Issue
Block a user