mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fbgemm: Update to 0.7.0.
* gnu/packages/machine-learning.scm (fbgemm): Update to 0.7.0.
This commit is contained in:
parent
d433001154
commit
e943d9ad53
1 changed files with 2 additions and 2 deletions
|
@ -4227,7 +4227,7 @@ (define-public xnnpack
|
||||||
(define-public fbgemm
|
(define-public fbgemm
|
||||||
(package
|
(package
|
||||||
(name "fbgemm")
|
(name "fbgemm")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4236,7 +4236,7 @@ (define-public fbgemm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mw30v55aicqdbh3xwfj9p8f38nw70ks5cxiwpgwjsk0dylah9rf"))
|
"1dzw9w82ca0hss1lvshix6piwsd0k11lyq9pzm8yg8k7j56hmyig"))
|
||||||
(patches (search-patches "fbgemm-use-system-libraries.patch"))
|
(patches (search-patches "fbgemm-use-system-libraries.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue