Merge pull request #92736 from r-ryantm/auto-update/tweeny

tweeny: 3.1.0 -> 3.1.1
This commit is contained in:
Ryan Mulligan 2020-07-08 15:53:09 -07:00 committed by GitHub
commit 30e85ef927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "tweeny";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "mobius3";
repo = "tweeny";
rev = "v${version}";
sha256 = "0qvby57g9a2m4afd1mgard3k7nm4ynbvali7nzm1qn3ygdmqid7n";
sha256 = "0zk7p21i54hfz0l50617i3gxhxh0n9yy86n2fxg8m26cvf4yhsj7";
};
nativeBuildInputs = [