gnu: fbgemm: Update to 1.2.0.

Fixes guix/guix#2093

* gnu/packages/machine-learning.scm (fbgemm): Update to 1.2.0.
* gnu/packages/patches/fbgemm-use-system-libraries.patch: Refresh for 1.2.0.

Change-Id: Ibd93d254f64343eed11b6fd6f1d6075427b91678
Reviewed-by: David Elsing <david.elsing@posteo.net> @dtelsing
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Ayan Das 2025-08-20 03:37:57 +05:30 committed by Sharlatan Hellseher
parent 32795f39a4
commit e86a3fe8e4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 15 additions and 15 deletions

View file

@ -4720,7 +4720,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
(define-public fbgemm
(package
(name "fbgemm")
(version "1.0.0")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4729,7 +4729,7 @@ TensorFlow.js, PyTorch, and MediaPipe.")
(file-name (git-file-name name version))
(sha256
(base32
"1a5g5f32377fad99xsfggqkwvl7vh5gc1wj77swa06x06lc1qwyw"))
"0fjs7179iq5hy6nl4nyswnmk90fz87zsg14p7i5bk2vbd2vrq8a3"))
(patches (search-patches "fbgemm-use-system-libraries.patch"))))
(build-system cmake-build-system)
(arguments