mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: erlang: Update to 27.3.4.3.
* gnu/packages/erlang.scm (erlang): Update to 27.3.4.3. Change-Id: Id1d2c282226db3fdb4223a0941539901d35a0215 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
d74d4d9a2a
commit
a57c4bde89
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@
|
|||
(define-public erlang
|
||||
(package
|
||||
(name "erlang")
|
||||
(version "27.3.4.1")
|
||||
(version "27.3.4.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
;; The tarball from http://erlang.org/download contains many
|
||||
|
@ -61,7 +61,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0psayp39priibc0clkhx4h593iar2sp0lg9zls4l123854cq8m8m"))
|
||||
"040wayc6q8g8fspvyq7l3ckd9p1q2zc6ycrnm6mmwghd5rb3fvyi"))
|
||||
(patches (search-patches "erlang-man-path.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
@ -74,7 +74,7 @@
|
|||
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03333khh6qqkp7rfagb9jqdgcywc2vz2305fva9rn50h3i6v9cnk"))))))
|
||||
"0dy4wv0vqy5dy7j4sj7zld2g6yirwmg0f465db6qzgzx6lpjwk82"))))))
|
||||
(inputs
|
||||
(list ncurses openssl wxwidgets))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue