diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2024-06-20 00:19:52 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2024-06-20 21:12:11 +0200 |
commit | c10fc3e3a7c15c9343e99b4d33af2479e9886b74 (patch) | |
tree | a4c596644f29d2738ce9924055625b0e6e8dda5b | |
parent | 75eccbccc8fb4b63d64cb55a4e309a648f3594a0 (diff) |
nongnu: anytype: Update to 0.41.0.
* nongnu/packages/productivity.scm (anytype): Update to 0.41.0.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r-- | nongnu/packages/productivity.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/productivity.scm b/nongnu/packages/productivity.scm index e6158f9..1241d38 100644 --- a/nongnu/packages/productivity.scm +++ b/nongnu/packages/productivity.scm @@ -24,7 +24,7 @@ (define-public anytype (package (name "anytype") - (version "0.40.0") + (version "0.41.0") (source (origin (method url-fetch) @@ -34,7 +34,7 @@ (file-name (string-append "anytype-" version ".deb")) (sha256 (base32 - "01q6dzks8hjb2whdkj7c816fji7rn5dpx00ss7rxgvxb5rdz19gr")))) + "1bzkq7if5n58qdr6mdx31862k47h612qw6hb2ifpf8yaqb93v4jb")))) (build-system chromium-binary-build-system) (arguments (list |