mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-castore: Update to 1.0.15.
* gnu/packages/elixir-xyz.scm (elixir-castore): Update to 1.0.15. Change-Id: If3f3fc6e1553ad2f76ccb86f3ceb1ad22ae645cf
This commit is contained in:
parent
a3e23e81b6
commit
f4e796023d
1 changed files with 2 additions and 2 deletions
|
@ -290,13 +290,13 @@ inline docs.")
|
|||
(define-public elixir-castore
|
||||
(package
|
||||
(name "elixir-castore")
|
||||
(version "1.0.7")
|
||||
(version "1.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri name version))
|
||||
(sha256
|
||||
(base32 "1xaw8n8g7qfygf8z8sz7f7pwmdl4lxshi9lj2b6j386jn2j8axys"))))
|
||||
(base32 "1ls6wi7q9wcfzzjnkfm364wjb5j05wz79vr02iva1mymsxllrkln"))))
|
||||
(build-system mix-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(synopsis "Up-to-date CA certificate store")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue