diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-03 02:21:50 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:22 +0100 |
| commit | 3a85bc86c566bbd335044f6ec234cb2109b152b8 (patch) | |
| tree | b4fc8d79af2ec3d4479f2eae0c41a8eb26f0b32d /gnu/packages/python-check.scm | |
| parent | 12c428af76a2d51ff518b739cf65dc86c224352b (diff) | |
gnu: python-icontract: Update to 2.7.3.
* gnu/packages/python-check.scm (python-icontract): Update to 2.7.3.
Change-Id: I6d748fde84b566abd7022780f3819af334f4f064
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 6bfe6a80fb5..6cf18df8ca2 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1487,7 +1487,7 @@ programs, something like CSmith, a random generator of C programs.") | |||
| 1487 | (define-public python-icontract | 1487 | (define-public python-icontract |
| 1488 | (package | 1488 | (package |
| 1489 | (name "python-icontract") | 1489 | (name "python-icontract") |
| 1490 | (version "2.7.1") | 1490 | (version "2.7.3") |
| 1491 | (source | 1491 | (source |
| 1492 | (origin | 1492 | (origin |
| 1493 | (method git-fetch) | 1493 | (method git-fetch) |
| @@ -1496,7 +1496,7 @@ programs, something like CSmith, a random generator of C programs.") | |||
| 1496 | (commit (string-append "v" version)))) | 1496 | (commit (string-append "v" version)))) |
| 1497 | (file-name (git-file-name name version)) | 1497 | (file-name (git-file-name name version)) |
| 1498 | (sha256 | 1498 | (sha256 |
| 1499 | (base32 "1fix7wx899kn8vp9aa5m6q71la48gx3qqx4qd74535m61pb50r7f")))) | 1499 | (base32 "07ga4jdsk25f7jmd681y8vijdr00ycpfz62hyp09vfx7i696r02i")))) |
| 1500 | (arguments | 1500 | (arguments |
| 1501 | (list | 1501 | (list |
| 1502 | #:phases | 1502 | #:phases |
