mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #129186 from KenMacD/weechat-matrix-0.3.0
weechat-matrix: 0.2.0 -> 0.3.0
This commit is contained in:
commit
4d2afb44c1
@ -21,7 +21,7 @@ let
|
||||
python_magic
|
||||
]);
|
||||
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
in buildPythonPackage {
|
||||
pname = "weechat-matrix";
|
||||
inherit version;
|
||||
@ -30,7 +30,7 @@ in buildPythonPackage {
|
||||
owner = "poljar";
|
||||
repo = "weechat-matrix";
|
||||
rev = version;
|
||||
hash = "sha256-qsTdF9mGHac4rPs53mgoOElcujicRNXbJ7GsoptWSGc=";
|
||||
hash = "sha256-o4kgneszVLENG167nWnk2FxM+PsMzi+PSyMUMIktZcc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user