mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-file-system: Update to 1.1.1.
* gnu/packages/elixir-xyz.scm (elixir-file-system): Update to 1.1.1. Change-Id: I3974331ff701a4e2deabc57ed21da53686d5a5ad
This commit is contained in:
parent
6dde281622
commit
72f04847c5
1 changed files with 2 additions and 2 deletions
|
@ -125,13 +125,13 @@ performance is comparable to jiffy, which is implemented in C as a NIF.")
|
|||
(define-public elixir-file-system
|
||||
(package
|
||||
(name "elixir-file-system")
|
||||
(version "1.0.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri name version))
|
||||
(sha256
|
||||
(base32 "0vakv2hmqcj0ijxlbh8bvdwislxrvpcfxvracq7a3idfcqnhjlk7"))
|
||||
(base32 "0pbsz3w7hsvlyzwa0qp203hhga9ss39sk9whn3psw9p5vybzy5bs"))
|
||||
(snippet #~(begin
|
||||
(use-modules (guix build utils) (ice-9 ftw))
|
||||
(mkdir "source")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue