me
/
guix
Archived
1
0
Fork 0

gnu: elixir-file-system: Update to 1.0.0.

* gnu/packages/elixir-xyz.scm (elixir-file-system): Update to 1.0.0.

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

View File

@ -122,13 +122,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 "0.2.10")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri name version))
(sha256
(base32 "1p0myxmnjjds8bbg69dd6fvhk8q3n7lb78zd4qvmjajnzgdmw6a1"))
(base32 "0vakv2hmqcj0ijxlbh8bvdwislxrvpcfxvracq7a3idfcqnhjlk7"))
(snippet #~(begin
(use-modules (guix build utils) (ice-9 ftw))
(mkdir "source")