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:
arkhan 2023-07-18 20:30:31 -05:00 committed by John Kehayias
parent c61c094e76
commit 90b128effe
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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)