tremc: 0.9.1 -> 0.9.2

gstqt5
rnhmjoj 2020-10-14 09:15:43 +02:00
parent c181dca8c6
commit a92c678c3f
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 4 additions and 4 deletions

View File

@ -10,15 +10,15 @@ let
optional stdenv.isDarwin pbcopy
);
in
python3Packages.buildPythonPackage rec {
version = "0.9.1";
python3Packages.buildPythonApplication rec {
pname = "tremc";
version = "0.9.2";
src = fetchFromGitHub {
owner = "tremc";
repo = pname;
rev = "0.9.1";
sha256 = "1yhwvlcyv1s830p5a7q5x3mkb3mbvr5cn5nh7y62l5b6iyyynlvm";
rev = version;
sha256 = "1fqspp2ckafplahgba54xmx0sjidx1pdzyjaqjhz0ivh98dkx2n5";
};
buildInputs = with python3Packages; [