gnu: Add elixir-sizeable.

* gnu/packages/elixir-xyz.scm (elixir-sizeable): New variable.

Change-Id: Id4eb4e8ae876fb3179059bd5138cbc72b70a93a4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 13:26:38 +02:00 committed by Ludovic Courtès
parent 7b89e5f073
commit c92e5218da
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -483,6 +483,23 @@ any case.")
(home-page "https://hexdocs.pm/recase/")
(license license:expat)))
(define-public elixir-sizeable
(package
(name "elixir-sizeable")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "sizeable" version))
(sha256
(base32 "0qhpc1h5iks04mcb2ypp7pkjhh9skq586l6a02s7g9zvdn759asb"))))
(build-system mix-build-system)
(synopsis "Make file sizes human-readable")
(description "This package provides an Elixir library to make file sizes
human-readable.")
(home-page "https://hexdocs.pm/sizeable/")
(license license:expat)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar