gnu: cl-misc-extensions: Update to 4.0.3.
* gnu/packages/lisp-xyz.scm (sbcl-misc-extensions): Update to 4.0.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I7eb1da2bb4d1491551d0e4e60e76b6ceceee07c7
This commit is contained in:
		
							parent
							
								
									51966d1bae
								
							
						
					
					
						commit
						888d526822
					
				
					 1 changed files with 19 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -20341,21 +20341,19 @@ latitude/longitude and MGRS.")
 | 
			
		|||
  (sbcl-package->ecl-package sbcl-mgrs))
 | 
			
		||||
 | 
			
		||||
(define-public sbcl-misc-extensions
 | 
			
		||||
  (let ((commit "101c05112bf2f1e1bbf527396822d2f50ca6327a")
 | 
			
		||||
        (revision "1"))
 | 
			
		||||
  (package
 | 
			
		||||
    (name "sbcl-misc-extensions")
 | 
			
		||||
      (version (git-version "3.3" revision commit))
 | 
			
		||||
    (version "4.0.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
               (url "https://gitlab.common-lisp.net/misc-extensions/devel.git")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
             (url "https://gitlab.common-lisp.net/misc-extensions/misc-extensions.git")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name "cl-misc-extensions" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
           "0gz5f4p70qzilnxsnf5lih2n9m4wjcw8hlw4w8mpn9jyhyppyyv0"))))
 | 
			
		||||
         "02hw5k7zfzs736dhpcii8ncvx3ia4l5byw5ngzmhydqscbi4hcvc"))))
 | 
			
		||||
    (build-system asdf-build-system/sbcl)
 | 
			
		||||
    (synopsis "Collection of small macros and extensions for Common Lisp")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			@ -20368,7 +20366,7 @@ extensions to Common Lisp.  It contains:
 | 
			
		|||
@item @code{gmap}, an iteration macro that generalizes @code{map}.
 | 
			
		||||
@end itemize\n")
 | 
			
		||||
    (home-page "https://common-lisp.net/project/misc-extensions/")
 | 
			
		||||
      (license license:public-domain))))
 | 
			
		||||
    (license license:public-domain)))
 | 
			
		||||
 | 
			
		||||
(define-public cl-misc-extensions
 | 
			
		||||
  (sbcl-package->cl-source-package sbcl-misc-extensions))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue