gnu: go-github-com-minio-sha256-simd: Move to (gnu packages golang-crypto).

* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Move from
here ...
* gnu/packages/golang-crypto.scm: ... to here.

* gnu/packages/backup.scm: Add (gnu packages golang-crypto) to used modules.

Change-Id: I4e57a1bee0c7e19a9bb60ce5ff72ccd5e42deea5
This commit is contained in:
Sharlatan Hellseher 2024-01-17 00:03:18 +00:00
parent 06e70201f3
commit 65a2f158bb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 35 additions and 34 deletions

View file

@ -71,6 +71,7 @@
#:use-module (gnu packages glib)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-crypto)
#:use-module (gnu packages golang-web)
#:use-module (gnu packages gperf)
#:use-module (gnu packages gtk)