diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-19 11:24:33 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-19 11:24:33 +0900 |
commit | 1f99b4d80db7a6e386d715cc10f8d02b673bf6e1 (patch) | |
tree | c8afb9590e78056c4529bdc804ff5b56209a5c1f | |
parent | 1725ce5a7daf99a75508f15650a01321dd5a8ecc (diff) | |
download | loftix-1f99b4d80db7a6e386d715cc10f8d02b673bf6e1.tar.gz |
Fix python-pacfix source hash
-rw-r--r-- | loft/synthesis.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loft/synthesis.scm b/loft/synthesis.scm index be62654..022e66c 100644 --- a/loft/synthesis.scm +++ b/loft/synthesis.scm @@ -15,7 +15,7 @@ (method url-fetch) (uri (pypi-uri "pacfix" version)) (sha256 - (base32 "1111111111111111111111111111111111111111111111111111")))) + (base32 "1gpr410gfwab5mg3k57r001mddqgxk9d5rbn89v1wczi51ljlsc5")))) (build-system pyproject-build-system) (native-inputs (list python-flit-core)) (propagated-inputs (list python-pysmt)) |