Merge pull request #182410 from r-ryantm/auto-update/dcnnt

dcnnt: 0.7.0 -> 0.7.1
This commit is contained in:
Mario Rodas 2022-07-23 08:05:56 -05:00 committed by GitHub
commit 196493e583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "dcnnt";
version = "0.7.0";
version = "0.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LP3tOInpqVpO/BWla7/gZCGUUZ/1J8dHegGa0hRiRDQ=";
sha256 = "sha256-vKCQgg0m58hoN79WcZ4mM6bjCJOPxhAT4ifZ3b/5bkA=";
};
propagatedBuildInputs = [