gnu: ubuntu-keyring: Update to 2018.09.18.1.
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2018.09.18.1.
This commit is contained in:
parent
eeecbe09cc
commit
4aa64e3a81
|
@ -71,7 +71,7 @@ contains the archive keys used for that.")
|
||||||
(define-public ubuntu-keyring
|
(define-public ubuntu-keyring
|
||||||
(package
|
(package
|
||||||
(name "ubuntu-keyring")
|
(name "ubuntu-keyring")
|
||||||
(version "2018.02.28")
|
(version "2018.09.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -79,7 +79,7 @@ contains the archive keys used for that.")
|
||||||
"+files/" name "_" version ".tar.gz"))
|
"+files/" name "_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zj3012cz7rlx9pm39wnwa0lmi1h38n6bkgbz81vnmcsvqsc9a3a"))))
|
"0csx2n62rj9rxjv4y8qhby7l9rbybfwrb0406pc2cjr7f2yk91af"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in New Issue