mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 18:08:09 +01:00
nongnu: hplip-plugin: Update source hash.
Inherited hplip package was updated to 3.23.12 in commit 392de3262ef388ec282d4311a7c2954e86e5aac9 of guix. * nongnu/packages/printers.scm (hplip-plugin)[native-inputs]: Update sha256 hash for hplip-plugin.
This commit is contained in:
parent
e721ad7dfd
commit
25b3a7b6f6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
|
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
|
||||||
;;; Copyright © 2021 Kahka F
|
;;; Copyright © 2021 Kahka F
|
||||||
;;; Copyright © 2021 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
;;; Copyright © 2021, 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||||
|
|
||||||
(define-module (nongnu packages printers)
|
(define-module (nongnu packages printers)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
;; hplip is updated in Guix.
|
;; hplip is updated in Guix.
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09kixd9pb0p94bw3xyqy9h62gwqnbwcjjsvb2g3wvl6zxp4j1fvy")))))
|
"0zq66hm7ni6w1c3cxy1gxrxzvyvfn0lhjnia8p4azvz2r309j9s0")))))
|
||||||
(package-native-inputs hplip)))
|
(package-native-inputs hplip)))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments hplip)
|
(substitute-keyword-arguments (package-arguments hplip)
|
||||||
|
|
Loading…
Reference in a new issue