mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: xfdesktop: Update to 4.20.1.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.20.1. Change-Id: I72ab9de6a93add1e8dbb1ea15d7c0c01bac11cfc
This commit is contained in:
parent
851c483ded
commit
478303f737
1 changed files with 2 additions and 2 deletions
|
|
@ -1120,7 +1120,7 @@ window manager.")
|
|||
(define-public xfdesktop
|
||||
(package
|
||||
(name "xfdesktop")
|
||||
(version "4.20.0")
|
||||
(version "4.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1129,7 +1129,7 @@ window manager.")
|
|||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0z3ps7n1ilsgx83phk46aqzfp96zxisxl7xngls054ak9nb3fj7k"))
|
||||
(base32 "13kzh63dskdl5ayzza8a9db40g16sfzzh0aq7vy6hk0xf4fyq720"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue