3
0
Fork 0
forked from mirrors/nixpkgs

bean-add: 2017-04-16 -> 2017-09-13

This commit is contained in:
Matthias Beyer 2017-09-13 18:30:56 +02:00 committed by Bjørn Forsman
parent 8c1403066c
commit b0237f767e

View file

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, python3Packages }:
stdenv.mkDerivation rec {
name = "bean-add-2017-04-06";
name = "bean-add-2017-09-13";
src = fetchFromGitHub {
owner = "simon-v";
repo = "bean-add";
rev = "67c3cd345dc370f8cd967a31549c1d0b86b07024";
sha256 = "0902lvwmf7k1h6gn3ilwzk20pxphbxsa3rn68jfhhfqpr6xpqf93";
rev = "035f07a9e48a9dd23b49a27ba9c070ee9ddc4cc7";
sha256 = "0lj8940bn2h8541am4x0sfqpfk5xfnyfdnf3jpajfgx6wyjm2frg";
};
propagatedBuildInputs = with python3Packages; [ python ];