diff options
| -rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 4f989b2e051..094a045f602 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -3437,14 +3437,14 @@ notifications.") | |||
| 3437 | (define-public pounce | 3437 | (define-public pounce |
| 3438 | (package | 3438 | (package |
| 3439 | (name "pounce") | 3439 | (name "pounce") |
| 3440 | (version "3.1") | 3440 | (version "3.2") |
| 3441 | (source | 3441 | (source |
| 3442 | (origin | 3442 | (origin |
| 3443 | (method url-fetch) | 3443 | (method url-fetch) |
| 3444 | (uri (string-append "https://git.causal.agency/pounce/snapshot/pounce-" | 3444 | (uri (string-append "https://git.causal.agency/pounce/snapshot/pounce-" |
| 3445 | version ".tar.gz")) | 3445 | version ".tar.gz")) |
| 3446 | (sha256 | 3446 | (sha256 |
| 3447 | (base32 "0kk0jrfiwfaybr0i5xih3b0yd4i6v3bz866a7xal1j8wddalbwlp")) | 3447 | (base32 "1i0s76mip9kfmi85bfk10p4k1kg5wkq1gm4l9gadnq9ssxnvzvjs")) |
| 3448 | (patches (search-patches "pounce-readable-checks.patch")))) | 3448 | (patches (search-patches "pounce-readable-checks.patch")))) |
| 3449 | (outputs '("out" "debug")) | 3449 | (outputs '("out" "debug")) |
| 3450 | (build-system gnu-build-system) | 3450 | (build-system gnu-build-system) |
