1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Merge pull request #279637 from r-ryantm/auto-update/python310Packages.cstruct

python310Packages.cstruct: 5.2 -> 5.3
This commit is contained in:
Nick Cao 2024-01-10 10:21:26 -05:00 committed by GitHub
commit 32a575abc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "cstruct";
version = "5.2";
version = "5.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "andreax79";
repo = "python-cstruct";
rev = "v${version}";
hash = "sha256-Dwogf0mmxFyBV7tPsuKV6gMZLPSCm7YhzqgJNHpaPFA=";
rev = "refs/tags/v${version}";
hash = "sha256-VDJ0k3cOuHjckujf9yD1GVE+UM/Y9rjqhiq+MqGq2eM=";
};
pythonImportsCheck = [