mimeo: 2022.7 -> 2023
This commit is contained in:
parent
a5ca94c021
commit
0e2b377970
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ lib, fetchurl, desktop-file-utils, file, python3Packages }:
|
||||
|
||||
let version = "2022.7";
|
||||
let version = "2023";
|
||||
in python3Packages.buildPythonApplication {
|
||||
pname = "mimeo";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://xyne.dev/projects/mimeo/src/mimeo-${version}.tar.xz";
|
||||
hash = "sha256-xzWPMtlKj35mkE04jcGalbf/94qEOOUi9pvZgSPgdj8=";
|
||||
hash = "sha256-CahvSypwR1aHVDHTdtty1ZfaKBWPolxc73uZ5OyeqZA=";
|
||||
};
|
||||
|
||||
buildInputs = [ file desktop-file-utils ];
|
||||
|
|
Loading…
Reference in a new issue