me
/
guix
Archived
1
0
Fork 0

gnu: ell: Update to 0.40.

* gnu/packages/linux.scm (ell): Update to 0.40.
master
Marius Bakke 2021-05-18 19:03:32 +02:00
parent 4ebd4a58ce
commit def0b7fcac
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -7674,7 +7674,7 @@ of Linux application development.")
(define-public ell
(package
(name "ell")
(version "0.23")
(version "0.40")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7683,7 +7683,7 @@ of Linux application development.")
(file-name (git-file-name name version))
(sha256
(base32
"1qhlcwhn0gj877yss2ymx1aczghlddzb5v9mm1dgp2zliii3jy10"))))
"1zzpbfdpmfldd7w0h7mwbq0mfqgqwz54nqbq0rmbqlqqpwlkrgb2"))))
(build-system gnu-build-system)
(arguments
`(#:phases