mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: hplip-plugin: Update source hash.
Inherited hplip package was updated to 3.23.5 in commit 57fe5b2338dfbb150d3921e9da3d9719fef6c9d9 of guix. * nongnu/packages/printers.scm (hplip-plugin)[native-inputs]: Update sha256 hash for hplip-plugin. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
c61c094e76
commit
90b128effe
1 changed files with 5 additions and 1 deletions
|
@ -34,9 +34,13 @@
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://developers.hp.com/sites/default/files/hplip-"
|
||||
(package-version hplip) "-plugin.run"))
|
||||
;; TODO: Since this needs to be updated on every update to Guix's
|
||||
;; hplip in order to build, might be better to decouple this
|
||||
;; package from hplip. In the meantime, update this hash when
|
||||
;; hplip is updated in Guix.
|
||||
(sha256
|
||||
(base32
|
||||
"100zyvmqlp71v8691s9wfzrllqq8aaqj9a4pki36gqs1bn4429h3")))))
|
||||
"1396d9skaq5c5vxxi331nc81yhm9daws7awq0rcn1faq89mvygps")))))
|
||||
(package-native-inputs hplip)))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments hplip)
|
||||
|
|
Loading…
Reference in a new issue