python311Packages.galois: 0.3.7 -> 0.3.8

This commit is contained in:
R. Ryantm
2024-02-02 23:17:33 +00:00
parent 237e77803e
commit cf876c5a08
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "galois";
version = "0.3.7";
version = "0.3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mhostetter";
repo = "galois";
rev = "refs/tags/v${version}";
hash = "sha256-dWYnD+Byh0orRg20/nhu8ILooFBeHysxQ403boDVqYk=";
hash = "sha256-Nfr9gD2FLZ+KvHh1mcpReUWnzFr/NxpvperzZPoFeT4=";
};
nativeBuildInputs = [