diff options
| -rw-r--r-- | gnu/packages/diffoscope.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index a5d51d457ca..850a09fcf3a 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | (define-public diffoscope | 78 | (define-public diffoscope |
| 79 | (package | 79 | (package |
| 80 | (name "diffoscope") | 80 | (name "diffoscope") |
| 81 | (version "299") | 81 | (version "300") |
| 82 | (source | 82 | (source |
| 83 | (origin | 83 | (origin |
| 84 | (method git-fetch) | 84 | (method git-fetch) |
| @@ -87,7 +87,7 @@ | |||
| 87 | (commit version))) | 87 | (commit version))) |
| 88 | (file-name (git-file-name name version)) | 88 | (file-name (git-file-name name version)) |
| 89 | (sha256 | 89 | (sha256 |
| 90 | (base32 "0v9clys2w3kmqc3z1q4vsri66z31k9pcyizrsx82cydfwv98iscj")))) | 90 | (base32 "0s08dyxdpb3mrrjziwvqbqgh4fxnnjpw551qv9s72mm49hwa1lyj")))) |
| 91 | (build-system pyproject-build-system) | 91 | (build-system pyproject-build-system) |
| 92 | (arguments | 92 | (arguments |
| 93 | (list | 93 | (list |
