gnu: brlaser: Update to 6-2.2a49e32.
* gnu/packages/cups.scm (brlaser): Update to 6-2.2a49e32.
This commit is contained in:
parent
f0ca6346a4
commit
9e9cb01020
1 changed files with 3 additions and 3 deletions
|
@ -63,8 +63,8 @@
|
||||||
#:use-module (ice-9 match))
|
#:use-module (ice-9 match))
|
||||||
|
|
||||||
(define-public brlaser
|
(define-public brlaser
|
||||||
(let ((commit "9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1")
|
(let ((commit "2a49e3287c70c254e7e3ac9dabe9d6a07218c3fa")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "brlaser")
|
(name "brlaser")
|
||||||
(version (git-version "6" revision commit))
|
(version (git-version "6" revision commit))
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1drh0nk7amn9a8wykki4l9maqa4vy7vwminypfy1712alwj31nd4"))))
|
"033g461qzwrzi6x24pfasyx9g7fkn5iy5f8c3h8bczg2bvscxyym"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue