Skip to content

Commit

Permalink
python3Packages.zfec: 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh authored and Jonathan Ringer committed Nov 5, 2020
1 parent 23ebe21 commit 0839ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/zfec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

buildPythonPackage rec {
pname = "zfec";
version = "1.5.3";
version = "1.5.4";

src = fetchPypi {
inherit pname version;
sha256 = "b41bd4b0af9c6b3a78bd6734e1e4511475944164375e6241b53df518a366922b";
sha256 = "222a2d84898db792b28f993cb663e940668bfbd844992a82351fd40dc1680883";
};

buildInputs = [ setuptoolsDarcs ];
Expand Down

0 comments on commit 0839ea0

Please sign in to comment.