python310Packages.hypothesmith: 0.2.3 -> 0.3.0

This commit is contained in:
R. Ryantm
2023-09-12 03:40:22 +00:00
parent d0a5c478f1
commit 8dedcd8658
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "hypothesmith";
version = "0.2.3";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-vc6EXsmE5uP+0h5l0ugrjrxt5cpeuTZJ39dgNMWQakY=";
hash = "sha256-Uj2gTAY7hzko1sKO8WUGz2S/MXdwOYN+F+a73G4szNs=";
};
patches = [