gnu: python-robotframework: Update to 3.1.2.
* gnu/packages/python-xyz.scm (python-robotframework): Update to 3.1.2.
This commit is contained in:
		
							parent
							
								
									9b01a729b0
								
							
						
					
					
						commit
						1710b8f889
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -2655,7 +2655,7 @@ ecosystem, but can naturally be used also by other projects.")
 | 
				
			||||||
(define-public python-robotframework
 | 
					(define-public python-robotframework
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-robotframework")
 | 
					    (name "python-robotframework")
 | 
				
			||||||
    (version "3.1.1")
 | 
					    (version "3.1.2")
 | 
				
			||||||
    ;; There are no tests in the PyPI archive.
 | 
					    ;; There are no tests in the PyPI archive.
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -2665,8 +2665,7 @@ ecosystem, but can naturally be used also by other projects.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "16gnxy0qinh8fhs0qvhff5z2xh49c3cqgm0d7bfjw120df6x7fym"))
 | 
				
			||||||
         "1aaiamc9l35m5sf7xl2qc5q9308v7sz3p1qgzcslsjxzddphyn4v"))
 | 
					 | 
				
			||||||
       (patches (search-patches
 | 
					       (patches (search-patches
 | 
				
			||||||
                 "python-robotframework-honor-source-date-epoch.patch"))))
 | 
					                 "python-robotframework-honor-source-date-epoch.patch"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue