me
/
guix
Archived
1
0
Fork 0

gnu: erlang: Update to 25.0.4.

* gnu/packages/erlang.scm (erlang): Update to 25.0.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Cees de Groot 2022-09-03 01:11:53 +00:00 committed by Christopher Baines
parent d409da2f88
commit 8ba5075192
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
(define-public erlang
(package
(name "erlang")
(version "25.0.2")
(version "25.0.4")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@ -56,7 +56,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0xgp035vy0yy5m155rpmf22m6rq7pvw3m65s5mz22bcpj2rw4b0x"))
"0n39pd5d8mmyj03d8fdan0zb2pcc383pmqf0v7s356fgirdbsrcm"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs