mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: x-resize: Update to 0.3.
* gnu/packages/xdisorg.scm (x-resize): Update to 0.3. Change-Id: Ifc2e27b83e9243c7d0fac8cd76cee217d870e4d5
This commit is contained in:
parent
f6cd62d621
commit
9efb893bad
1 changed files with 2 additions and 2 deletions
|
@ -2934,7 +2934,7 @@ (define-public jgmenu
|
|||
(define-public x-resize
|
||||
(package
|
||||
(name "x-resize")
|
||||
(version "0.2")
|
||||
(version "0.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2943,7 +2943,7 @@ (define-public x-resize
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10y2p55m5hbrma01kixsppq1a3ld0q1jk8hwx1d1jfgw9vd243j8"))))
|
||||
"0bkzc57p8j7cfpcw36hp7bwn16mfby9p1kgfq1lijfqq7d56ps0x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue