me
/
guix
Archived
1
0
Fork 0

gnu: patchwork: Update to 2.2.3.

* gnu/packages/patchutils.scm (patchwork): Update to 2.2.3.
master
Christopher Baines 2020-12-13 20:02:28 +00:00
parent 6a012dd1dd
commit 9a4d1974b2
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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.2") (version "2.2.3")
(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
"1cr3lhm589zhvcgfm8gni036866k2livq1rcxbnigjxlw9p5znaf")))) "0rc1ylg2p4mlj1gsz4cgk6kwijdzgzdk29w3bnzywsvyxrdn4bc3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(;; TODO: Tests require a running database `(;; TODO: Tests require a running database