mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
Merge branch 'master' into core-updates
This commit is contained in:
@@ -681,7 +681,7 @@ number generator")
|
||||
(define-public acme-client
|
||||
(package
|
||||
(name "acme-client")
|
||||
(version "0.1.11")
|
||||
(version "0.1.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://kristaps.bsd.lv/" name "/"
|
||||
@@ -689,7 +689,7 @@ number generator")
|
||||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09pipyfk448gxqr7ci56gsq5la8wlydv7wwn9wk0zgjxmlh7h6fb"))))
|
||||
"1qq4xk41pn65m3v7nnvkmxg96pr06vz6hzdrm0vcmlp3clzpbahl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no test suite
|
||||
|
||||
Reference in New Issue
Block a user