python310Packages.etuples: 0.3.8 -> 0.3.9

This commit is contained in:
R. Ryantm 2023-06-09 20:01:43 +00:00
parent ba0f52d803
commit 63ea80b6da

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "etuples";
version = "0.3.8";
version = "0.3.9";
src = fetchFromGitHub {
owner = "pythological";
repo = "etuples";
rev = "refs/tags/v${version}";
hash = "sha256-wEgam2IoI3z75bN45/R9o+0JmL3g0YmtsuJ4TnZjhi8=";
hash = "sha256-dl+exar98PnqEiCNX+Ydllp7aohsAYrFtxb2Q1Lxx6Y=";
};
propagatedBuildInputs = [