mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-credo: Update to 1.7.12.
* gnu/packages/elixir-xyz.scm (elixir-credo): Update to 1.7.12. Change-Id: I98c72a4544d0fb376686f86c90cfdab60e2682f0
This commit is contained in:
parent
f6ce94212d
commit
4afef7f2d9
1 changed files with 2 additions and 2 deletions
|
@ -364,13 +364,13 @@ JSON API.")
|
||||||
(define-public elixir-credo
|
(define-public elixir-credo
|
||||||
(package
|
(package
|
||||||
(name "elixir-credo")
|
(name "elixir-credo")
|
||||||
(version "1.7.7")
|
(version "1.7.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri name version))
|
(uri (hexpm-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bigri1xh29ims5gwh94pns6jys6h82pn6zhj0zxrb5ar6b79j4b"))))
|
(base32 "1rci293n3df1wn1sdq7k44s17gcqsjcmn8r9qzcjfm3ccmfd94w4"))))
|
||||||
(build-system mix-build-system)
|
(build-system mix-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs (list elixir-bunt elixir-file-system elixir-jason))
|
(propagated-inputs (list elixir-bunt elixir-file-system elixir-jason))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue