me
/
guix
Archived
1
0
Fork 0

gnu: xnotify: Update to 0.7.3.

* gnu/packages/wm.scm (xnotify): Update to 0.7.3.
master
Oleg Pykhalov 2020-11-29 22:36:21 +03:00
parent d8fd250274
commit 2a72cb7b53
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 3 additions and 3 deletions

View File

@ -2050,16 +2050,16 @@ start-up.")
(define-public xnotify (define-public xnotify
(package (package
(name "xnotify") (name "xnotify")
(version "0.5.0") (version "0.7.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/phillbush/xnotify") (url "https://github.com/phillbush/xnotify")
(commit (string-append "v" version)))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ris7jhi7hgw7nxkwkn3zk7n3y4nvnnm6dbz0qs0g2srp2k67v7v")))) "09s29m8z4x3mc3wja2587ik3f6zg16b40adr3nllnpyy1mqnprq5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libx11" ,libx11) `(("libx11" ,libx11)