diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-01-06 13:34:31 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-01-13 17:07:02 +0800 |
commit | cb0807587a2243401f99caa23ae2ff8eca97b71a (patch) | |
tree | c1362125c68cff020d28526a36854b6260377e9b | |
parent | 0869b0e6a35851d17dd876fcd517eb8e7b017238 (diff) | |
download | guix-cb0807587a2243401f99caa23ae2ff8eca97b71a.tar.gz guix-cb0807587a2243401f99caa23ae2ff8eca97b71a.zip |
gnu: ell: Update to 0.61.
* gnu/packages/linux.scm (ell): Update to 0.61.
Change-Id: I221dc36bacfd9ebb1f4a6cafa30fdc8bb53ec7d6
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a96c817729..716f5907f0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9468,7 +9468,7 @@ tools for managing PipeWire.") (define-public ell (package (name "ell") - (version "0.59") + (version "0.61") (source (origin (method git-fetch) (uri (git-reference @@ -9477,7 +9477,7 @@ tools for managing PipeWire.") (file-name (git-file-name name version)) (sha256 (base32 - "11xlkdvw7pyd9idq1zsnl946dry9aksnz29wbpzxqjc97xhhd5xq")))) + "1lkjf24ap40wk747z1iv8ds8z40alc5x8rzsgczjj1707x2ik6mj")))) (build-system gnu-build-system) (arguments ;; Tests launch dbus-daemon instances that all try to bind to |