3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ell: Update to 0.41.

* gnu/packages/linux.scm (ell): Update to 0.41.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-23 22:21:59 +02:00
parent 9122c4959c
commit f2619e56a0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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