summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-23 22:21:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-24 00:31:53 +0200
commitf2619e56a064d2aa571a17a5b0bc4c978e9e0be5 (patch)
treea7379e92d04e3a608495ee76b96ebf05063bb4a5 /gnu/packages/linux.scm
parent9122c4959c4016be3f7e32720f1c42bfa0a6f795 (diff)
downloadguix-patches-f2619e56a064d2aa571a17a5b0bc4c978e9e0be5.tar
guix-patches-f2619e56a064d2aa571a17a5b0bc4c978e9e0be5.tar.gz
gnu: ell: Update to 0.41.
* gnu/packages/linux.scm (ell): Update to 0.41.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 904338da73..26265b56e6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7670,7 +7670,7 @@ of Linux application development.")
(define-public ell
(package
(name "ell")
- (version "0.40")
+ (version "0.41")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7679,7 +7679,7 @@ of Linux application development.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zzpbfdpmfldd7w0h7mwbq0mfqgqwz54nqbq0rmbqlqqpwlkrgb2"))))
+ "14scs8vqpcf2810gvabsplg9yzh9y4sz47407bjy6vd604z3w8ah"))))
(build-system gnu-build-system)
(arguments
`(#:phases