Merge pull request #229805 from r-ryantm/auto-update/python310Packages.galois

python310Packages.galois: 0.3.3 -> 0.3.4
This commit is contained in:
Weijia Wang 2023-05-04 14:22:43 +03:00 committed by GitHub
commit 2132adfa22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;