Skip to content

Commit

Permalink
python3Packages.ircstates: 0.11.5 -> 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and Jonathan Ringer committed Dec 2, 2020
1 parent 8eb28a1 commit bcb2421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ircstates/default.nix
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "ircstates";
version = "0.11.5";
version = "0.11.6";
disabled = pythonOlder "3.6"; # f-strings

src = fetchFromGitHub {
owner = "jesopo";
repo = pname;
rev = "v${version}";
sha256 = "1b1py1q02wbp4fmkjvchvazklfqibqd6pb28gdq7dg1bwwwd7vda";
sha256 = "0yhrd1nmf9fjwknbga8wspy3bab40lgp4qqnr7w75x9wq5ivmqhg";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit bcb2421

Please sign in to comment.