me
/
guix
Archived
1
0
Fork 0

gnu: elixir-castore: Update to 1.0.7.

* gnu/packages/elixir-xyz.scm (elixir-castore): Update to 1.0.7.

Change-Id: I5281ad7e453774053f82c004fe75c886b69b48aa
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev 2024-07-02 09:55:11 +03:00 committed by Andrew Tropin
parent f60fea34d8
commit 594339d4a7
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -193,13 +193,13 @@ inline docs.")
(define-public elixir-castore
(package
(name "elixir-castore")
(version "1.0.4")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (hexpm-uri name version))
(sha256
(base32 "1y44amb8falsmrfzpkmf7qp6215g9kdl76g91dpna4af2jwc264l"))))
(base32 "1xaw8n8g7qfygf8z8sz7f7pwmdl4lxshi9lj2b6j386jn2j8axys"))))
(build-system mix-build-system)
(arguments (list #:tests? #f)) ; no tests
(synopsis "Up-to-date CA certificate store")