diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-01-05 21:38:59 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-01-05 21:38:59 +0100 |
commit | 537d08271ec1f8c7ae587d3e107057cfa4d15630 (patch) | |
tree | 25b98a261c1ca53fa586ab0d7a4f1f9000985e6d | |
parent | 62af74b7148118f91a34eb1811935fda81a8e459 (diff) | |
download | patches-537d08271ec1f8c7ae587d3e107057cfa4d15630.tar patches-537d08271ec1f8c7ae587d3e107057cfa4d15630.tar.gz |
gnu: agi-bio: Update hash.
The previous hash corresponded to the previous commit.
* gnu/packages/opencog.scm (agi-bio)[source]: Update hash.
-rw-r--r-- | gnu/packages/opencog.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/opencog.scm b/gnu/packages/opencog.scm index a39b20542c..c6828d6603 100644 --- a/gnu/packages/opencog.scm +++ b/gnu/packages/opencog.scm @@ -266,7 +266,7 @@ combination.") (file-name (git-file-name name version)) (sha256 (base32 - "083rqwlcnc99l4mxchj6r7x147nvfshmb39lkv15ik4cm9s3ldhw")))) + "0c3q0nhmd03nvqm1ih10y28n596cjvfhkcfvzw2fmz1sn3ywdah4")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are none |