Merge pull request #241838 from fabaff/btest-bump

python311Packages.btest: 1.0 -> 1.1
This commit is contained in:
Fabian Affolter 2023-07-06 21:53:51 +02:00 committed by GitHub
commit fa96895b1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "btest";
version = "1.0";
version = "1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "zeek";
repo = "btest";
rev = "refs/tags/v${version}";
hash = "sha256-QvK2MZTx+DD2u+h7dk0F5kInXGVp73ZTvG080WV2BVQ=";
hash = "sha256-D01hAKcE52eKJRUh1/x5DGxRQpWgA2J0nutshpKrtRU=";
};
# No tests available and no module to import