Skip to content

Commit 3fe6d8c

Browse files
Merge pull request #70 from mohamed-barakat/devel
update GroupsAsCategoriesForCAP dependancy
2 parents c50a7dd + 9ba8407 commit 3fe6d8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "FinGSetsForCAP",
1212
Subtitle := "The (skeletal) elementary topos of finite G-sets",
13-
Version := "2026.05-04",
13+
Version := "2026.05-05",
1414

1515
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
1616
License := "GPL-2.0-or-later",
@@ -100,7 +100,7 @@ Dependencies := rec(
100100
NeededOtherPackages := [
101101
[ "GAPDoc", ">= 1.5" ],
102102
[ "CAP", ">= 2026.05-04" ],
103-
[ "GroupsAsCategoriesForCAP", ">= 2026.04-02" ],
103+
[ "GroupsAsCategoriesForCAP", ">= 2026.05-01" ],
104104
[ "FinSetsForCAP", ">= 2022.05-01" ],
105105
],
106106
ExternalConditions := [ ],

0 commit comments

Comments
 (0)