[PATCH] gnu: erlang: Update to 27.3.4.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Igorj Gorjaĉev
Owner
unassigned
Submitted by
Igorj Gorjaĉev
Severity
normal

Debbugs page

I
I
Igorj Gorjaĉev wrote on 15 Sep 06:59 -0700
(address . guix-patches@gnu.org)
38685df9e5559ef8178737f161a718ab651c2d4c.1757944795.git.igor@goryachev.org
* gnu/packages/erlang.scm (erlang): Update to 27.3.4.3.

Change-Id: Id1d2c282226db3fdb4223a0941539901d35a0215
---
gnu/packages/erlang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 0e606085d4a..0e05f7e0791 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -49,7 +49,7 @@ (define-module (gnu packages erlang)
(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 @@ (define-public erlang
(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 @@ (define-public erlang
"/OTP-" version "/otp_doc_man_" version ".tar.gz"))
(sha256
(base32
- "03333khh6qqkp7rfagb9jqdgcywc2vz2305fva9rn50h3i6v9cnk"))))))
+ "0dy4wv0vqy5dy7j4sj7zld2g6yirwmg0f465db6qzgzx6lpjwk82"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs

base-commit: de41613d273106b88eeed4af72c23a57cfd18442
--
2.51.0
A
A
Andreas Enge wrote 7 days ago
(name . Igorj Gorjaĉev)(address . igor@goryachev.org)
aM7H6zQ1mWs-4Lln@jurong
Thanks for the patch! I have successfully built the direct dependents with
"guix build -P 1 erlang" and pushed.

You may wish to open an account on Codeberg for future participation,
since the debbugs approach will end with the end of the year.

Andreas
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 79452@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 79452
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch