Archived
1
0
Fork 0

gnu: erlang: Update to 25.3.2.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
wrobell 2023-06-06 23:34:16 +01:00 committed by Christopher Baines
parent 14faba0abb
commit 43e06d0203
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -45,7 +45,7 @@
(define-public erlang (define-public erlang
(package (package
(name "erlang") (name "erlang")
(version "25.3") (version "25.3.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
;; The tarball from http://erlang.org/download contains many ;; The tarball from http://erlang.org/download contains many
@ -57,7 +57,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0jw230fy0z358aj1xi80hg14qyqyj5p4wp0pfifkr0n694j3h2d1")) "092lym5a181gz89nscw7kqhw1wa6qvgcpkj80q4i9p79mxmsr1nj"))
(patches (search-patches "erlang-man-path.patch")))) (patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs