python310Packages.galois: 0.3.3 -> 0.3.4

This commit is contained in:
R. Ryantm 2023-05-04 04:41:24 +00:00
parent 9c3e077edd
commit 20309557f4

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "galois";
version = "0.3.3";
version = "0.3.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mhostetter";
repo = "galois";
rev = "refs/tags/v${version}";
hash = "sha256-nlNy4+GwStyuCD8f47w07NhNmepxBRtu6PXiL31vzwA=";
hash = "sha256-yvF57ErcaknKcK6UgINt65uASNZpEtXk+LOizYDH1Bo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;